mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
Hide the fact that we re-generate those symbolic links brainlessly.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7450 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f67b9fda9e
commit
06683ddcdc
@ -1,3 +1,8 @@
|
||||
2003-07-27 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* Makefile.am: Hide the fact that we re-generate those symbolic links
|
||||
brainlessly.
|
||||
|
||||
2003-07-29 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* text.C (check_layout): \layout -> \begin_layout
|
||||
|
@ -47,7 +47,7 @@ tex2lyx_LDADD = \
|
||||
FloatList.C: link_files
|
||||
|
||||
link_files:
|
||||
for i in $(linked_files); do \
|
||||
@for i in $(linked_files); do \
|
||||
rm -f $$i; \
|
||||
ln -s "$(top_srcdir)/src/$$i" . ; \
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user