[gtk-doc] pdf: use full dblatex path and add some comments about usage



commit 5f8c64bb61e2c2aad9ed4de1b28b5c990147e879
Author: Stefan Kost <ensonic users sf net>
Date:   Tue Jul 7 22:33:59 2009 +0100

    pdf: use full dblatex path and add some comments about usage

 gtkdoc-mkpdf.in |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/gtkdoc-mkpdf.in b/gtkdoc-mkpdf.in
index 0f4d607..3da341e 100644
--- a/gtkdoc-mkpdf.in
+++ b/gtkdoc-mkpdf.in
@@ -68,7 +68,13 @@ fi
 
 if $is_xml; then
   if test -n "@DBLATEX@"; then
-    dblatex $document -o$module.pdf
+    # extra options to consider
+    # -I FIG_PATH
+    # -V is useful for debugging
+    # -T db2latex : different style
+    # xsltproc is already called with --xinclude
+    # does not work: --xslt-opts "$path_arg --nonet $@"
+    @DBLATEX@ -o $module.pdf $document
   else
     if test -n "@FOP@"; then
       @XSLTPROC@ $path_arg --nonet --xinclude \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]