mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
5317533f9a
commit
a3788ac063
@ -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 $@
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user