Mercurial > geeqie.yaz
changeset 1753:c4d37e0fc841 default tip
installation fix
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Fri, 29 Jan 2010 19:22:50 +0900 |
parents | 7cd0f91329e2 |
children | |
files | doc/Makefile.am |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/Makefile.am Fri Jan 29 19:16:00 2010 +0900 +++ b/doc/Makefile.am Fri Jan 29 19:22:50 2010 +0900 @@ -14,8 +14,8 @@ install-data-hook: html cd html; for f in * ; do $(INSTALL_DATA) "$$f" "$(DESTDIR)$(helpdir)/$$f" ; done - ln -s GuideIndex.html "$(DESTDIR)$(helpdir)/index.html" - + ln -sf GuideIndex.html "$(DESTDIR)$(helpdir)/index.html" + uninstall-hook: rm "$(DESTDIR)$(helpdir)/"*