blob: 8ccb9ad64d411f0d11a7cdec9e7bf6df03b86d32 (
plain)
1
2
3
4
5
6
7
|
all:
sgml2txt ulogd.sgml
sgml2latex --papersize=a4 --output=dvi ulogd.sgml
dvips -t a4 -o ulogd.ps ulogd.dvi
sgml2html -s 0 ulogd.sgml
clean:
rm -f ulogd.dvi ulogd.txt ulogd.html ulogd.ps
|