summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
new file mode 100644
index 0000000..1f2ad90
--- /dev/null
+++ b/doc/Makefile.am
@@ -0,0 +1,10 @@
+
+EXTRA_DIST = ulogd.txt ulogd.html ulogd.ps \
+ mysql.table pgsql.table sqlite3.table mysql.table.ipaddr-as-string
+
+dist-hook:
+ sgml2txt ulogd.sgml
+ sgml2latex --papersize=a4 --output=dvi ulogd.sgml
+ dvips -t a4 -o ulogd.ps ulogd.dvi
+ sgml2html -s 0 ulogd.sgml
+