Commit d3281d8c authored by pookey's avatar pookey

adding a Makefile for docbook documentation rendering to HTML

parent 1c563cc6
XSLSTYLE=/usr/share/sgml/docbook/xsl-stylesheets-1.70.1/xhtml/docbook.xsl
%.html: %.xml
xsltproc --output $@ $(XSLSTYLE) $<
html: doctrine.html
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment