mkhtml/pdf: fix out-of-srcdir builds
commit350fbc5adaf5f996287ce9bbdd6b73000de9a401
authorStefan Sauer <ensonic@users.sf.net>
Fri, 23 Mar 2018 20:32:29 +0000 (23 21:32 +0100)
committerStefan Sauer <ensonic@users.sf.net>
Fri, 23 Mar 2018 20:32:29 +0000 (23 21:32 +0100)
treec5f59525ca28216989acac17e37af3167bf59ec0
parent37cb3e342a3c20257e6e19ed6791ae3b884e32d1
mkhtml/pdf: fix out-of-srcdir builds

Fix how we assemble the --path param to xsltproc. We can only use --path once.
If there are multipel path we can separate them with a colon.

Also pass the search-path in dblatex through to xsltproc.

Finally from reading the xslt-sources we found out that the searchpath works
by appending only the filename part to each searchpath entry. Hence define
a path for the gobject example so that the source-file includes work.
gtkdoc/mkhtml.py
gtkdoc/mkpdf.py
tests/gobject/docs/Makefile.am