comparison doc/Makefile.am @ 1753:c4d37e0fc841 default tip

installation fix
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Fri, 29 Jan 2010 19:22:50 +0900
parents c08defa57068
children
comparison
equal deleted inserted replaced
1752:7cd0f91329e2 1753:c4d37e0fc841
12 12
13 html: html/GuideIndex.html 13 html: html/GuideIndex.html
14 14
15 install-data-hook: html 15 install-data-hook: html
16 cd html; for f in * ; do $(INSTALL_DATA) "$$f" "$(DESTDIR)$(helpdir)/$$f" ; done 16 cd html; for f in * ; do $(INSTALL_DATA) "$$f" "$(DESTDIR)$(helpdir)/$$f" ; done
17 ln -s GuideIndex.html "$(DESTDIR)$(helpdir)/index.html" 17 ln -sf GuideIndex.html "$(DESTDIR)$(helpdir)/index.html"
18 18
19 uninstall-hook: 19 uninstall-hook:
20 rm "$(DESTDIR)$(helpdir)/"* 20 rm "$(DESTDIR)$(helpdir)/"*
21 21
22 clean-local: 22 clean-local:
23 rm -rf html 23 rm -rf html