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:
Angus Leeming 2003-07-30 14:41:27 +00:00
parent f67b9fda9e
commit 06683ddcdc
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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