X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=fee41b7d0b409fb93d44ceece6db547501e344dd;hb=55119d24b44e72b7bfef2e5a67da4964c0cd16e4;hp=a69f80c3f37012aaa3de81b2c93d5bcc375ca864;hpb=752b8a910eb19be1a1405bae2f6be54e21c20880;p=yazpp-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index a69f80c..fee41b7 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,3 @@ -## $Id: Makefile.am,v 1.26 2007-06-17 07:06:20 adam Exp $ SUBDIRS = common XMLFILES = \ @@ -54,8 +53,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)