1
0
mirror of synced 2025-01-18 06:21:40 +03:00

adding a Makefile for docbook documentation rendering to HTML

This commit is contained in:
pookey 2007-05-31 16:09:14 +00:00
parent 1c563cc601
commit d3281d8c26

5
manual/docbook/Makefile Normal file
View 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