mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
Remove cruft spotted by Kayvan.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7388 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c78dd62448
commit
a1a329fd24
@ -1,3 +1,8 @@
|
||||
2003-07-27 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* Makefile.am: remove unused graphics_link_files cruft.
|
||||
Thanks, Kayvan!
|
||||
|
||||
2003-07-27 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* tex2lyx.C: add Debug::ANY hack.
|
||||
|
@ -48,11 +48,9 @@ FloatList.C: link_files
|
||||
|
||||
link_files:
|
||||
for i in $(linked_files); do \
|
||||
ln -sf "$(top_srcdir)/src/$$i" . ; \
|
||||
done ; \
|
||||
for i in $(graphics_linked_files); do \
|
||||
ln -sf "$(top_srcdir)/src/graphics/$$i" . ; \
|
||||
rm -f $$i; \
|
||||
ln -s "$(top_srcdir)/src/$$i" . ; \
|
||||
done
|
||||
|
||||
rm_link_files:
|
||||
rm -f $(linked_files) $(graphics_linked_files)
|
||||
rm -f $(linked_files)
|
||||
|
Loading…
Reference in New Issue
Block a user