]> git.lyx.org Git - lyx.git/blobdiff - po/Makefile.in.in
Move a helper text into LyXRC::getDescription (RC_PATH_PREFIX)
[lyx.git] / po / Makefile.in.in
index 880aeeda7b14317eac118272c5028554a0da044f..43af78386347f6a5991e00ce5c64ecb480ba7bb1 100644 (file)
@@ -366,8 +366,8 @@ ${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` |\
-            sed -e '/xforms.forms/d' | grep -v -e "src/support/path_defines.C$$" |\
+            grep -l "_(\".*\")" `find src \( -name '*.[Cch]' -o -name '*.C.in' \) -print` |\
+            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.