]> git.lyx.org Git - lyx.git/blobdiff - po/Makefile.in.in
Revert the XForms 'intelligent graphics exposure' patch because it is
[lyx.git] / po / Makefile.in.in
index 880aeeda7b14317eac118272c5028554a0da044f..83d3a469db4d7c0b146e37aed90edcf34915bc7d 100644 (file)
@@ -366,7 +366,7 @@ ${srcdir}/POTFILES.in: $(POTFILE_IN_DEPS)
        LC_ALL=C ; export LC_ALL ; \
        rm -f $@-t \
        && ( cd $(top_srcdir); \
-            grep -l "_(\".*\")" `find src -regex ".*\\.\\(C\\|c\\|h\\|C\\.in\\)" -print` |\
+            grep -l "_(\".*\")" `find src \( -name '*.[Cch]' -o -name '*.C.in' \) -print` |\
             sed -e '/xforms.forms/d' | grep -v -e "src/support/path_defines.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.