summaryrefslogtreecommitdiffstats
path: root/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
new file mode 100644
index 0000000..8ccb9ad
--- /dev/null
+++ b/doc/Makefile
@@ -0,0 +1,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