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:
Jean-Marc Lasgouttes 2008-08-16 08:23:38 +00:00
parent 80eb08d2b2
commit 105e334360
2 changed files with 2 additions and 2 deletions

View File

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

View File

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