]> git.lyx.org Git - features.git/commitdiff
prune kde from POTFILES generation
authorLars Gullik Bjønnes <larsbj@gullik.org>
Tue, 24 Jul 2001 23:42:18 +0000 (23:42 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Tue, 24 Jul 2001 23:42:18 +0000 (23:42 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2333 a592a061-630c-0410-9148-cb99ea01b6c8

po/Makefile.in.in

index eac4bdf7607d0b0ad06a525726da29eeae24b44f..825d5e52cdb9db59eb46a9e761a402d91d2c5416 100644 (file)
@@ -198,7 +198,7 @@ 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 -name \*.[hHC]` | \
+            grep -l "_(\".*\")" `find src -path src/frontends/kde  -prune -o -name \*.[hHC] -print `| \
             sed -e '/xforms.forms/d' | \
             sort -f -d | uniq ) > $@-t \
        && echo "src/ext_l10n.h" >> $@-t \