From: Bruno Haible Date: Fri, 14 Aug 2009 23:27:12 +0000 (+0200) Subject: Fix last commit. X-Git-Tag: v0.18~137 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d41286b42b8a9d10ff5f37a155252d2b93f526d5;p=thirdparty%2Fgettext.git Fix last commit. --- diff --git a/autogen.sh b/autogen.sh index e3f7546e5..c15636522 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) \