Pull this loose from the autoconf goo.
authorEric S. Raymond <esr@thyrsus.com>
Tue, 30 Nov 2010 08:48:52 +0000 (08:48 +0000)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 30 Nov 2010 08:48:52 +0000 (08:48 +0000)
doc/Makefile [new file with mode: 0644]

diff --git a/doc/Makefile b/doc/Makefile
new file mode 100644 (file)
index 0000000..11d93db
--- /dev/null
@@ -0,0 +1,16 @@
+# From this directory, distribute rge following files:
+# HACKING makehelp.py sst-doc.xml sst-layer.xsl sst.xml
+
+sst.6: sst.xml
+       xmlto man sst.xml
+
+sst-doc.txt: sst-doc.xml
+       xmlto -m sst-layer.xsl txt sst-doc.xml
+sst.doc: sst-doc.txt
+       ./makehelp.py >sst.doc
+
+sst-doc.html: sst-doc.xml
+       xmlto xhtml-nochunks sst-doc.xml
+
+clean:
+       rm -f sst.6 sst-doc.txt sst.doc