summaryrefslogtreecommitdiff
path: root/gtkdoc-mkpdf.in
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-07-27 11:53:58 +0300
committerStefan Kost <ensonic@users.sf.net>2009-09-28 17:20:22 +0300
commit82bac17962ac6eb74ce12bca9b91e5881dbd53d4 (patch)
tree53c0d851b4af0614e6b910021c3844a6a7019a4e /gtkdoc-mkpdf.in
parentde5d8c37776f150b0e2b807f937d0d58cb529a4e (diff)
downloadgtk-doc-82bac17962ac6eb74ce12bca9b91e5881dbd53d4.tar.gz
pdf: fix building imagepath
Fix splitting the HTML_IMAGES entries. Avoid double path entries. Add a comment to mkpdf for debugging.
Diffstat (limited to 'gtkdoc-mkpdf.in')
-rw-r--r--gtkdoc-mkpdf.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtkdoc-mkpdf.in b/gtkdoc-mkpdf.in
index c9a1149..a3087f3 100644
--- a/gtkdoc-mkpdf.in
+++ b/gtkdoc-mkpdf.in
@@ -74,6 +74,7 @@ if $is_xml; then
# -I FIG_PATH
# -V is useful for debugging
# -T db2latex : different style
+ # -d : keep transient files (for debugging)
# xsltproc is already called with --xinclude
# does not work: --xslt-opts "$path_arg --nonet $@"
#echo "calling: @DBLATEX@ -o $module.pdf $imgdirs $document"