1
0
mirror of synced 2025-01-18 22:41:43 +03:00

6 lines
152 B
Makefile
Raw Normal View History

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