Commit 4fce9566 authored by pookey's avatar pookey

fixing Makefile for docbook docs

parent 90393b12
XSLSTYLE=doctrine.xsl
XSLSTYLE_CHUNKED=doctrine-chunked.xsl
%.html: %.xml
xsieve -xinclude --output $@ $(XSLSTYLE) $<
xsieve -xinclude --stringparam base.dir html/ $(XSLSTYLE_CHUNKED) $<
/usr/local/bin/xsieve -xinclude --output $@ $(XSLSTYLE) $<
/usr/local/bin/xsieve -xinclude --stringparam base.dir html/ $(XSLSTYLE_CHUNKED) $<
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