]> git.lyx.org Git - lyx.git/blobdiff - po/Makefile.in.in
installer updates
[lyx.git] / po / Makefile.in.in
index c9ac36567b3663d57a8f74d8122e81a7f56268f8..b53e0241e5a124f5be67314556da2e2067bcdf92 100644 (file)
@@ -371,8 +371,8 @@ ${srcdir}/POTFILES.in: $(POTFILE_IN_DEPS)
        LC_ALL=C ; export LC_ALL ; \
        rm -f $@-t \
        && ( cd $(top_srcdir); \
-            grep -l "_(\".*\")" `find src \( -name '*.[ch]' -o -name '*.cpp' -o -name '*.C.in' \) -print` |\
-            grep -v -e "src/support/package.C$$" |\
+            grep -l "_(\".*\")" `find src \( -name '*.h' -o -name '*.cpp' -o -name '*.cpp.in' \) -print` |\
+            grep -v -e "src/support/Package.cpp$$" |\
             sort | uniq ) > $@-t \
        && mv $@-t $@