Added a simple Makefile in doc to convert manual.txt to xhtml with asciidoc.

This commit is contained in:
Juan RP 2014-03-17 10:35:05 +01:00
parent 2811c46d8f
commit ce419b30f0
2 changed files with 7 additions and 0 deletions

2
.gitignore vendored
View File

@ -3,3 +3,5 @@
*~
\#*#
masterdir
doc/manual.html
doc/docbook-xsl.css

5
doc/Makefile Normal file
View File

@ -0,0 +1,5 @@
all:
a2x -f xhtml manual.txt
clean:
-rm -f *.css *.html