1
0
mirror of synced 2025-01-18 14:31:40 +03:00

6 lines
100 B
Makefile

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