mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-10 18:58:10 +00:00
small update to test and auto var
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8799 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d97d081155
commit
12d8e9b6eb
@ -1,3 +1,8 @@
|
||||
2004-06-02 Lars Gullik Bjønnes <larsbj@lyx.org>
|
||||
|
||||
* forms/Makefile.am (.fd.C): Use '-r' to test for file existence,
|
||||
and use $(<F) instead of `basename $<`
|
||||
|
||||
2004-06-01 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* LayoutEngine.C (c-tor): initialize visible_ as false.
|
||||
|
@ -63,5 +63,5 @@ SCRIPT = $(srcdir)/fdfix.sh
|
||||
SUFFIX = .fd
|
||||
|
||||
.fd.C: $(srcdir)/fdfix.sh $(srcdir)/fdfix[ch].sed $(srcdir)/tmp_str.sed
|
||||
{ [ $(srcdir) != . ] && [ ! -a $(<F) ] && $(LN_S) $< . ; } || true
|
||||
$(SHELL) $(SCRIPT) `basename $<`
|
||||
{ [ $(srcdir) != . ] && [ ! -r $(<F) ] && $(LN_S) $< . ; } || true
|
||||
$(SHELL) $(SCRIPT) $(<F)
|
||||
|
Loading…
Reference in New Issue
Block a user