pass --force to gnome-doc-prepare to match other tools. Fixes bug #311775.
authorJames Henstridge <james@jamesh.id.au>
Wed, 17 Aug 2005 00:53:06 +0000 (00:53 +0000)
committerJames Henstridge <jamesh@src.gnome.org>
Wed, 17 Aug 2005 00:53:06 +0000 (00:53 +0000)
2005-08-17  James Henstridge  <james@jamesh.id.au>

* macros2/gnome-autogen.sh: pass --force to gnome-doc-prepare to
match other tools.  Fixes bug #311775.

svn path=/trunk/; revision=3603

ChangeLog
macros2/gnome-autogen.sh

index 1247848..246b506 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-08-17  James Henstridge  <james@jamesh.id.au>
 
+       * macros2/gnome-autogen.sh: pass --force to gnome-doc-prepare to
+       match other tools.  Fixes bug #311775.
+
        * macros2/gnome-autogen.sh: don't use syntax that non-GNU greps
        don't understand.  Fixes bug #313531.
 
index f5be87c..420e6cf 100644 (file)
@@ -383,7 +383,7 @@ for configure_ac in $configure_files; do
        fi
        if grep "^GNOME_DOC_INIT" $basename >/dev/null; then
            printbold "Running $GNOME_DOC_PREPARE..."
-           $GNOME_DOC_PREPARE --copy || exit 1
+           $GNOME_DOC_PREPARE --force --copy || exit 1
        fi
 
         # Now run aclocal to pull in any additional macros needed