mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +00:00
typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8787 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d9f0882887
commit
d2946329fe
@ -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>
|
2004-05-28 Lars Gullik Bjonnes <larsbj@gullik.net>
|
||||||
|
|
||||||
* Makefile.in.in ($(DOMAIN).pot-update): don't depend on
|
* Makefile.in.in ($(DOMAIN).pot-update): don't depend on
|
||||||
|
@ -367,7 +367,7 @@ ${srcdir}/POTFILES.in: $(POTFILE_IN_DEPS)
|
|||||||
rm -f $@-t \
|
rm -f $@-t \
|
||||||
&& ( cd $(top_srcdir); \
|
&& ( cd $(top_srcdir); \
|
||||||
grep -l "_(\".*\")" `find src -regex ".*\\.\\(C\\|c\\|h\\|C\\.in\\)" -print` |\
|
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 \
|
sort | uniq ) > $@-t \
|
||||||
&& mv $@-t $@
|
&& mv $@-t $@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user