X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=doc%2FMakefile.am;h=6a381feb0452896e7b084e1fc54a679ab537ce63;hb=68077fb163a5a274e1e9dbf9762d4e4bc71dc7f2;hp=ad8d318b463a9daec4eecf986b4832b6bc8c1f0c;hpb=979950be5db6edd4470b4fa5870613e61b658a99;p=metaproxy-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index ad8d318..6a381fe 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,3 @@ -## $Id: Makefile.am,v 1.39 2007-06-17 07:06:43 adam Exp $ SUBDIRS = common SUFFIXES=.3mp .1 .pdf .tkl .esp .xml @@ -115,9 +114,9 @@ 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)