X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=doc%2FMakefile.am;fp=doc%2FMakefile.am;h=f6179d76b1846d7f41bdbb659cd21af242f90308;hp=a69f80c3f37012aaa3de81b2c93d5bcc375ca864;hb=be1898f9a41a4df5538a64e05fe16de3c967a245;hpb=752b8a910eb19be1a1405bae2f6be54e21c20880 diff --git a/doc/Makefile.am b/doc/Makefile.am index a69f80c..f6179d7 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.27 2007-07-10 09:41:38 adam Exp $ SUBDIRS = common XMLFILES = \ @@ -54,7 +54,7 @@ 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: