]> git.lyx.org Git - features.git/commitdiff
Hopefully the last best fix for building POTFILES.in everywhere. It should also...
authorAllan Rae <rae@lyx.org>
Fri, 16 Feb 2001 01:07:34 +0000 (01:07 +0000)
committerAllan Rae <rae@lyx.org>
Fri, 16 Feb 2001 01:07:34 +0000 (01:07 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1520 a592a061-630c-0410-9148-cb99ea01b6c8

po/ChangeLog
po/Makefile.in.in

index fcee511eb9be41dfac8e3c01381c185c1d163fdb..de83fd1be4a1729ce137641c00e1a5267583a94a 100644 (file)
@@ -1,3 +1,8 @@
+2001-02-16  Allan Rae  <rae@lyx.org>
+
+       * Makefile.in.in: grep -E isn't necessary anymore and the awk is
+       superfluous to the generation of POTFILES.in
+
 2001-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * da.po: update from Claus Hindsgaul
index 1c7c56ae01cf68a1bd063d07aa36a4cd2c091016..6974cbd0e9c480555a8199ad6106885e1fb87383 100644 (file)
@@ -232,8 +232,7 @@ update-po: Makefile
 ${srcdir}/POTFILES.in: $(POTFILE_IN_DEPS)
        rm -f $@-t \
        && ( cd $(top_srcdir); \
-            grep -l -E "_\(\".*\"\)" `find src -name \*.[hHC]` | \
-            awk 'BEGIN {FS= ":"} {print $$1}' | \
+            grep -l "_(\".*\")" `find src -name \*.[hHC]` | \
             sed -e '/xforms.forms/d' | \
             sort -f -d | uniq ) > $@-t \
        && echo "src/ext_l10n.h" >> $@-t \