Ready to ship 2.8
[super-star-trek.git] / doc / Makefile
1 # From this directory, distribute the following files:
2 # HACKING makehelp.py sst-doc.xml sst-layer.xsl sst.xml
3 #
4 # SPDX-FileCopyrightText: (C) Eric S. Raymond <esr@thyrsus.com>
5 # SPDX-License-Identifier: BSD-2-Clause
6
7 sst.6: sst.xml
8         xmlto man sst.xml
9
10 sst-doc.txt: sst-doc.xml
11         xmlto -m sst-layer.xsl txt sst-doc.xml
12 sst.doc: sst-doc.txt
13         ./makehelp.py >sst.doc
14
15 sst-doc.html: sst-doc.xml
16         xmlto xhtml-nochunks sst-doc.xml
17
18 clean:
19         rm -f sst.6 sst-doc.txt sst.doc