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