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