mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
fix installation with automake 10.1
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26189 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
80eb08d2b2
commit
105e334360
@ -280,7 +280,7 @@ install-data-hook: $(tocfiles)
|
||||
do \
|
||||
if test -f "$(srcdir)/$$i"; then file="$(srcdir)/$$i"; \
|
||||
else file="$$i"; fi; \
|
||||
$(docDATA_INSTALL) "$$file" "$(DESTDIR)$(docdir)/$$i"; \
|
||||
$(INSTALL_DATA) "$$file" "$(DESTDIR)$(docdir)/$$i"; \
|
||||
done
|
||||
|
||||
uninstall-local:
|
||||
|
@ -75,6 +75,6 @@ What's new
|
||||
|
||||
* BUILD/INSTALLATION
|
||||
|
||||
- Very light Makefile cleanup.
|
||||
- Very light Makefile cleanup. Now works with automake 10.1.
|
||||
|
||||
- Fix the building on Mac OS X 10.5 of a binary compatible with OS X 10.4.
|
||||
|
Loading…
x
Reference in New Issue
Block a user