adding a Makefile for docbook documentation rendering to HTML
This commit is contained in:
parent
1c563cc601
commit
d3281d8c26
1 changed files with 5 additions and 0 deletions
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…
Add table
Reference in a new issue