summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-08-15 01:27:12 +0200
committerBruno Haible <bruno@clisp.org>2009-08-15 01:27:12 +0200
commitd41286b42b8a9d10ff5f37a155252d2b93f526d5 (patch)
tree54bf93a3744ae04ff7d3d99e2678420ae575e311 /autogen.sh
parent6cff1ceeb490bc5e7c7998722896898e39e3425e (diff)
downloadexternal_gettext-d41286b42b8a9d10ff5f37a155252d2b93f526d5.zip
external_gettext-d41286b42b8a9d10ff5f37a155252d2b93f526d5.tar.gz
external_gettext-d41286b42b8a9d10ff5f37a155252d2b93f526d5.tar.bz2
Fix last commit.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index e3f7546..c156365 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -290,7 +290,7 @@ fi
if ! $quick; then
./configure --disable-java --disable-native-java --disable-csharp \
&& (cd po && make update-po) \
- && (cd intl && make) && (cd gnulib-lib && make) && (cd src && make)
+ && (cd intl && make) && (cd gnulib-lib && make) && (cd src && make) \
&& (cd man && make update-man1 all) \
&& make distclean
fi
@@ -315,7 +315,7 @@ cp -p gettext-runtime/ABOUT-NLS gettext-tools/ABOUT-NLS
if ! $quick; then
./configure --disable-java --disable-native-java --disable-csharp --disable-openmp \
&& (cd po && make update-po) \
- && (cd intl && make) && (cd gnulib-lib && make) && (cd libgrep && make) && (cd src && make)
+ && (cd intl && make) && (cd gnulib-lib && make) && (cd libgrep && make) && (cd src && make) \
&& (cd man && make update-man1 all) \
&& (cd doc && make all) \
&& (cd tests && make update-expected) \