]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix last commit.
authorBruno Haible <bruno@clisp.org>
Fri, 14 Aug 2009 23:27:12 +0000 (01:27 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 14 Aug 2009 23:27:12 +0000 (01:27 +0200)
autogen.sh

index e3f7546e51db556ae386d4cd318e3b3a4a1a0caf..c156365220082ce0239aa5535711caba14020c72 100755 (executable)
@@ -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) \