Added a simple Makefile in doc to convert manual.txt to xhtml with asciidoc.
This commit is contained in:
parent
2811c46d8f
commit
ce419b30f0
|
@ -3,3 +3,5 @@
|
|||
*~
|
||||
\#*#
|
||||
masterdir
|
||||
doc/manual.html
|
||||
doc/docbook-xsl.css
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
all:
|
||||
a2x -f xhtml manual.txt
|
||||
|
||||
clean:
|
||||
-rm -f *.css *.html
|
Loading…
Reference in New Issue