Added a simple Makefile in doc to convert manual.txt to xhtml with asciidoc.
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user