# HG changeset patch # User Yoshiki Yazawa # Date 1264760570 -32400 # Node ID c4d37e0fc8414246fef9d74c717664aeb34122b3 # Parent 7cd0f91329e29b128cb0b37d4ef3082e5c8b445a installation fix diff -r 7cd0f91329e2 -r c4d37e0fc841 doc/Makefile.am --- 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)/"*