1
0
mirror of synced 2024-12-14 23:26:04 +03:00
doctrine2/manual/docbook/Makefile

6 lines
152 B
Makefile

XSLSTYLE=/usr/share/sgml/docbook/xsl-stylesheets-1.70.1/xhtml/docbook.xsl
%.html: %.xml
xsltproc --output $@ $(XSLSTYLE) $<
html: doctrine.html