mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -05:00
build: Redirect xsltproc to a directory
Apparently, xsltproc recognizes a directory if it has a '/' at the end of its path, and not by doing the sensible thing and stat()'ing the argument for the --output option.
This commit is contained in:
parent
40c45ef29b
commit
268bfccd28
@ -18,7 +18,7 @@ pdf-build.stamp: clutter-cookbook.xml
|
||||
|
||||
html-build.stamp: clutter-cookbook.xml
|
||||
$(mkinstalldirs) html \
|
||||
&& $(XSLTPROC) --nonet --xinclude -o html \
|
||||
&& $(XSLTPROC) --nonet --xinclude -o ./html/ \
|
||||
--path $(top_srcdir)/doc/common \
|
||||
--path . \
|
||||
--stringparam gtkdoc.bookname "clutter-cookbook" \
|
||||
|
Loading…
Reference in New Issue
Block a user