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