]> git.lyx.org Git - features.git/blobdiff - po/Makefile.in.in
Replace "find src -path" call with unix-standard equivalent. (From Lars).
[features.git] / po / Makefile.in.in
index 825d5e52cdb9db59eb46a9e761a402d91d2c5416..49578dd62ad3558ceb7c3f166fecd1f88e76790f 100644 (file)
@@ -198,7 +198,8 @@ Makefile: Makefile.in.in $(top_builddir)/config.status POTFILES.in
 ${srcdir}/POTFILES.in: $(POTFILE_IN_DEPS)
        rm -f $@-t \
        && ( cd $(top_srcdir); \
-            grep -l "_(\".*\")" `find src -path src/frontends/kde  -prune -o -name \*.[hHC] -print `| \
+            grep -l "_(\".*\")" `find src -name \*.[hHC] -print` |\
+            grep -v frontends/kde |\
             sed -e '/xforms.forms/d' | \
             sort -f -d | uniq ) > $@-t \
        && echo "src/ext_l10n.h" >> $@-t \