1
0
mirror of synced 2024-12-15 07:36:03 +03:00
doctrine2/manual/docbook/Makefile

6 lines
100 B
Makefile
Raw Normal View History

XSLSTYLE=doctrine.xsl
%.html: %.xml
xsltproc --output $@ $(XSLSTYLE) $<
html: doctrine.html