git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8787 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2004-05-28 11:52:49 +00:00
parent d9f0882887
commit d2946329fe
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-05-28 Lars Gullik Bjønnes <larsbj@lyx.org>
* Makefile.in.in (Makefile): fix typo
2004-05-28 Lars Gullik Bjonnes <larsbj@gullik.net>
* Makefile.in.in ($(DOMAIN).pot-update): don't depend on

View File

@ -367,7 +367,7 @@ ${srcdir}/POTFILES.in: $(POTFILE_IN_DEPS)
rm -f $@-t \
&& ( cd $(top_srcdir); \
grep -l "_(\".*\")" `find src -regex ".*\\.\\(C\\|c\\|h\\|C\\.in\\)" -print` |\
sed -e '/xforms.forms/d' | grep -v -e "src/support/path_defines.C\$" |\
sed -e '/xforms.forms/d' | grep -v -e "src/support/path_defines.C$$" |\
sort | uniq ) > $@-t \
&& mv $@-t $@