From: Lars Gullik Bjønnes Date: Tue, 24 Jul 2001 23:42:18 +0000 (+0000) Subject: prune kde from POTFILES generation X-Git-Tag: 1.6.10~21009 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=68486ed90916a93ad4a062912b8c9828f11f7e78;p=features.git prune kde from POTFILES generation git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2333 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/po/Makefile.in.in b/po/Makefile.in.in index eac4bdf760..825d5e52cd 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -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 \