mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
fix portability problem with OS X
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8863 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5b47ad79dd
commit
b62363c070
@ -1,3 +1,8 @@
|
||||
2004-08-03 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* Makefile.in.in (POTFILES.in): fix portability problem with Mac
|
||||
OS X (basic regexps do not understand \|)
|
||||
|
||||
2004-08-02 Michael Schmitt <michael.schmitt@teststep.org>
|
||||
|
||||
* de.po: big update
|
||||
|
@ -366,7 +366,7 @@ ${srcdir}/POTFILES.in: $(POTFILE_IN_DEPS)
|
||||
LC_ALL=C ; export LC_ALL ; \
|
||||
rm -f $@-t \
|
||||
&& ( cd $(top_srcdir); \
|
||||
grep -l "_(\".*\")" `find src -regex ".*\\.\\(C\\|c\\|h\\|C\\.in\\)" -print` |\
|
||||
grep -l "_(\".*\")" `find src \( -name '*.[Cch]' -o -name '*.C.in' \) -print` |\
|
||||
sed -e '/xforms.forms/d' | grep -v -e "src/support/path_defines.C$$" |\
|
||||
sort | uniq ) > $@-t \
|
||||
&& mv $@-t $@
|
||||
|
Loading…
Reference in New Issue
Block a user