]> git.lyx.org Git - lyx.git/blobdiff - po/Makefile.in.in
Enable tex2lyx to run in-place.
[lyx.git] / po / Makefile.in.in
index e86e53227d08042ca9a67210ac7c1da239a97a0b..43af78386347f6a5991e00ce5c64ecb480ba7bb1 100644 (file)
@@ -367,7 +367,7 @@ ${srcdir}/POTFILES.in: $(POTFILE_IN_DEPS)
        rm -f $@-t \
        && ( cd $(top_srcdir); \
             grep -l "_(\".*\")" `find src \( -name '*.[Cch]' -o -name '*.C.in' \) -print` |\
-            sed -e '/xforms.forms/d' | grep -v -e "src/support/path_defines.C$$" |\
+            sed -e '/xforms.forms/d'| grep -v -e "src/support/package.C$$" |\
             sort | uniq ) > $@-t \
        && mv $@-t $@
 
@@ -503,6 +503,9 @@ ui_l10n.pot: $(top_srcdir)/lib/ui/*.ui
                }' \
        ${top_srcdir}/lib/ui/*.ui > $@
 
+i18n.php3: $(POFILES)
+       (cd $(srcdir) ; ./postats.sh $(POFILES)) >$@
+
 force:
 
 # Tell versions [3.59,3.63) of GNU make not to export all variables.