From d2946329fe7427a233f396177e1e099e7ffba4c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Fri, 28 May 2004 11:52:49 +0000 Subject: [PATCH] typo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8787 a592a061-630c-0410-9148-cb99ea01b6c8 --- po/ChangeLog | 4 ++++ po/Makefile.in.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/po/ChangeLog b/po/ChangeLog index 0d177dc524..2a08240012 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2004-05-28 Lars Gullik Bjønnes + + * Makefile.in.in (Makefile): fix typo + 2004-05-28 Lars Gullik Bjonnes * Makefile.in.in ($(DOMAIN).pot-update): don't depend on diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 711af190b4..552dc2479d 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -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 $@