]> git.lyx.org Git - lyx.git/blobdiff - autogen.sh
UserGuide.lyx: clarify the description of image settings grouping
[lyx.git] / autogen.sh
index 7b8a66081d10d17f3833e25de480484a657b2e9f..4350394d2a24c399d69135c142844dd770214f0a 100755 (executable)
@@ -50,15 +50,6 @@ esac
 # automake will stop if their contents was created by an earlier version.
 rm -rf autom4te.cache
 
-# Update the gettext files
-echo "Copying gettext code... "
-if ( autopoint --version ) < /dev/null > /dev/null 2>&1; then
-       autopoint --force >/dev/null
-else
-       echo "autopoint not found -- aborting"
-       exit 1
-fi
-
 # Generate the Makefiles and configure files
 echo "Building macros..."
 if ( $ACLOCAL --version ) < /dev/null > /dev/null 2>&1; then
@@ -92,6 +83,9 @@ else
        exit 1
 fi
 
+echo "Building po/POTFILES.in..."
+make -s -f po/Rules-lyx srcdir=po top_srcdir=. po/POTFILES.in
+
 echo
 echo 'run "./configure ; make"'
 echo