[gtk-doc] gtkdocize fix gtkdocize to actually handle the -flat flavours



commit 4413765e4dd6f6474651f1b2044aa9016b832e7c
Author: Stefan Sauer <ensonic users sf net>
Date:   Mon Oct 17 14:46:02 2011 +0200

    gtkdocize fix gtkdocize to actually handle the -flat flavours
    
    Fixes #661853

 gtkdocize.in |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/gtkdocize.in b/gtkdocize.in
index 43c9eac..6a44005 100644
--- a/gtkdocize.in
+++ b/gtkdocize.in
@@ -89,9 +89,15 @@ done
 case "$flavour" in
   legacy*)
     ;;
+  legacy-flat*)
+    makefile=gtk-doc.flat.make
+    ;;
   no-tmpl*)
     makefile=gtk-doc.notmpl.make
     ;;
+  no-tmpl-flat*)
+    makefile=gtk-doc.notmpl-flat.make
+    ;;
   *)
     echo "$progname: invalid value for --flavour" 1>&2
     echo "$usage" 1>&2



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