fixing Makefile for docbook docs
This commit is contained in:
parent
90393b12dd
commit
4fce956600
@ -1,7 +1,7 @@
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user