X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=doc%2FMakefile.am;h=e0c3f660707ece7c59f5586631ba9e76ddb4a860;hp=bd82051da198253d99b7a542fd77710f2bf7d2f7;hb=01e4572abed524a61202861ac2c61d2fdcb821c7;hpb=514d48e4041788c0e1f7ce42bcd812912ebf0719 diff --git a/doc/Makefile.am b/doc/Makefile.am index bd82051..e0c3f66 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,3 @@ -## $Id: Makefile.am,v 1.17 2007-06-17 07:06:32 adam Exp $ SUBDIRS = common XMLFILES = \ @@ -52,8 +51,8 @@ dist-hook: install-data-hook: if test -f index.html; then d=.; else d="$(srcdir)"; fi; \ for p in $$d/*.html; do \ - $(docDATA_INSTALL) $$p $(DESTDIR)/$(docdir); \ + $(docDATA_INSTALL) $$p $(DESTDIR)$(docdir); \ done uninstall-hook: - rm -r $(DESTDIR)/$(docdir) + rm -r $(DESTDIR)$(docdir)