From: Jean-Marc Lasgouttes Date: Thu, 1 Dec 2011 15:11:05 +0000 (+0000) Subject: No need to skip Package.cpp X-Git-Tag: 2.0.3~172 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a3788ac063ad3efe73cb624ed03a7168e321c6a2;p=features.git No need to skip Package.cpp git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40329 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/po/Rules-lyx b/po/Rules-lyx index 7e747efdc9..cd6a350c9b 100644 --- a/po/Rules-lyx +++ b/po/Rules-lyx @@ -12,7 +12,6 @@ ${srcdir}/POTFILES.in: $(POTFILE_IN_DEPS) rm -f $@-t \ && ( cd $(top_srcdir); \ 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 $@ diff --git a/status.20x b/status.20x index 048b1ed8bd..9b7b0b626f 100644 --- a/status.20x +++ b/status.20x @@ -70,3 +70,4 @@ What's new - Fix link problem when compiling on Mac OS X with plain autotools. +- Add forgotten file Package.cpp to list of files that need l10n.