From acb017b80fd18bacdf12730dd8401762923b5b2f Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 30 Nov 2010 08:48:52 +0000 Subject: [PATCH 1/1] Pull this loose from the autoconf goo. --- doc/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/Makefile 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 -- 2.31.1