diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2004-02-02 07:39:16 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-02-02 07:39:16 +0800 |
commit | 09b8a745af0f45790035dd394b7b1c422143dd45 (patch) | |
tree | 4bfe3e8618acc09015827b686f75448bc81c3b2a /autogen.sh | |
parent | f5c0972a29cbe7307023908f8f89b27b0db763b0 (diff) | |
download | gsoc2013-epiphany-09b8a745af0f45790035dd394b7b1c422143dd45.tar.gz gsoc2013-epiphany-09b8a745af0f45790035dd394b7b1c422143dd45.tar.zst gsoc2013-epiphany-09b8a745af0f45790035dd394b7b1c422143dd45.zip |
Use gnome-common to generate help makefiles
2004-02-02 Marco Pesenti Gritti <marco@gnome.org>
* autogen.sh:
* omf.make:
* xmldocs.make:
Use gnome-common to generate help makefiles
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index e43f9c68e..59da628b3 100755 --- a/autogen.sh +++ b/autogen.sh @@ -16,4 +16,5 @@ which gnome-autogen.sh || { echo "You need to install gnome-common from the GNOME CVS" exit 1 } -REQUIRED_AUTOMAKE_VERSION=1.7 USE_GNOME2_MACROS=1 . gnome-autogen.sh + +USE_COMMON_DOC_BUILD=yes REQUIRED_AUTOMAKE_VERSION=1.7 USE_GNOME2_MACROS=1 . gnome-autogen.sh |