[tracker] docs/reference: Use gtkdocize --flavour no-tmpl to avoid -chmod issue



commit 8236ee46cd92499d132fa12226d85a41d3d21f1d
Author: Martyn Russell <martyn lanedo com>
Date:   Fri Jan 17 10:16:24 2014 +0000

    docs/reference: Use gtkdocize --flavour no-tmpl to avoid -chmod issue
    
    Suggested in actual gtkdoc bugfix here:
    https://bugzilla.gnome.org/show_bug.cgi?id=701259

 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 51cb740..6d7ad1c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -48,7 +48,7 @@ test -n "$srcdir" || srcdir=.
 (
   cd "$srcdir" &&
   touch ChangeLog && # Automake requires that ChangeLog exist
-  gtkdocize &&
+  gtkdocize --flavour no-tmpl &&
   autopoint --force &&
   AUTOPOINT='intltoolize --automake --copy' autoreconf --verbose --force --install
 ) || exit


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