projects
/
super-star-trek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
129e75b
)
Pull this loose from the autoconf goo.
author
Eric S. Raymond
<esr@thyrsus.com>
Tue, 30 Nov 2010 08:48:52 +0000
(08:48 +0000)
committer
Eric S. Raymond
<esr@thyrsus.com>
Tue, 30 Nov 2010 08:48:52 +0000
(08:48 +0000)
doc/Makefile
[new file with mode: 0644]
patch
|
blob
diff --git a/doc/Makefile
b/doc/Makefile
new file mode 100644
(file)
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