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

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