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
This commit is contained in:
Jean-Marc Lasgouttes 2011-12-01 15:11:05 +00:00
parent 5317533f9a
commit a3788ac063
2 changed files with 1 additions and 1 deletions

View File

@ -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 $@

View File

@ -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.