X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=doc%2FMakefile.am;h=2d56e4667dc528e4247e9dbe24d4e34d57ca5dab;hp=2cf21852763b1a9b32b7339559f554be54f1204d;hb=d21168975926d3db27d9acd22eb029cd0d17d821;hpb=69ac07c9b55270c4350e803cab902138623f8b60 diff --git a/doc/Makefile.am b/doc/Makefile.am index 2cf2185..2d56e46 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,4 @@ -## $Id: Makefile.am,v 1.16 2006-11-27 11:35:22 adam Exp $ -docdir=$(datadir)/doc/@PACKAGE@ - +## $Id: Makefile.am,v 1.18 2007-07-10 09:42:09 adam Exp $ SUBDIRS = common XMLFILES = \ @@ -54,8 +52,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)