summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile (renamed from doc/Makefile.am)9
1 files changed, 3 insertions, 6 deletions
diff --git a/doc/Makefile.am b/doc/Makefile
index a80373a..8ccb9ad 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile
@@ -1,10 +1,7 @@
-
-EXTRA_DIST = ulogd.txt ulogd.html ulogd.ps \
- sqlite3.table pgsql-ulogd2.sql mysql-ulogd2.sql
-
-dist-hook:
+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