From: Eric S. Raymond Date: Tue, 30 Nov 2010 08:48:52 +0000 (+0000) Subject: Pull this loose from the autoconf goo. X-Git-Tag: 2.0~20 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=acb017b80fd18bacdf12730dd8401762923b5b2f Pull this loose from the autoconf goo. --- diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 0000000..11d93db --- /dev/null +++ b/doc/Makefile @@ -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