1
0
Fork 0
mirror of synced 2025-04-03 05:13:37 +03:00
doctrine2/manual/docbook/Makefile

5 lines
100 B
Makefile

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