mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
remove stray "if"
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8170 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d6c55f8b50
commit
c04e54dd4f
@ -1,3 +1,7 @@
|
|||||||
|
2003-12-01 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||||
|
|
||||||
|
* Makefile.am (stamp-xpm): remove stray 'if'
|
||||||
|
|
||||||
2003-12-01 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
|
2003-12-01 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
|
||||||
|
|
||||||
* FormVSpace.C: remove VSPACE::NONE.
|
* FormVSpace.C: remove VSPACE::NONE.
|
||||||
|
@ -194,7 +194,7 @@ lyx_xpm.h: stamp-xpm
|
|||||||
@:
|
@:
|
||||||
|
|
||||||
stamp-xpm: lyx_xpm.h-tmp
|
stamp-xpm: lyx_xpm.h-tmp
|
||||||
if cmp -s $< lyx_xpm.h || {\
|
cmp -s $< lyx_xpm.h || {\
|
||||||
rm -f lyx_xpm.h ;\
|
rm -f lyx_xpm.h ;\
|
||||||
cp $< lyx_xpm.h ;\
|
cp $< lyx_xpm.h ;\
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user