From b45b51bc1647dbad071fe70104d339668f081490 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Fri, 25 Nov 2011 22:55:02 +0000 Subject: [PATCH] Package.cpp is not autogenerated anymore, there is no need to skip it. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40282 a592a061-630c-0410-9148-cb99ea01b6c8 --- po/Rules-lyx | 1 - 1 file changed, 1 deletion(-) diff --git a/po/Rules-lyx b/po/Rules-lyx index 7700a67fe0..c8cae8536b 100644 --- a/po/Rules-lyx +++ b/po/Rules-lyx @@ -13,7 +13,6 @@ ${srcdir}/POTFILES.in: $(POTFILE_IN_DEPS) rm -f $@-t \ && ( cd $(top_srcdir); \ grep -l "_(\".*\")" `find src \( \( -name '*.h' -a ! -name 'ui_*.h' \) -o \( -name '*.cpp' -a ! -name 'moc_*.cpp' \) \) -print` |\ - grep -v -e "src/support/Package.cpp$$" |\ sort | uniq ) > $@-t \ && mv $@-t $@