adding a Makefile for docbook documentation rendering to HTML
This commit is contained in:
parent
1c563cc601
commit
d3281d8c26
5
manual/docbook/Makefile
Normal file
5
manual/docbook/Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
XSLSTYLE=/usr/share/sgml/docbook/xsl-stylesheets-1.70.1/xhtml/docbook.xsl
|
||||
%.html: %.xml
|
||||
xsltproc --output $@ $(XSLSTYLE) $<
|
||||
|
||||
html: doctrine.html
|
Loading…
x
Reference in New Issue
Block a user