X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=fee41b7d0b409fb93d44ceece6db547501e344dd;hb=55119d24b44e72b7bfef2e5a67da4964c0cd16e4;hp=db7a4f2612d16b31ceba03edb9515f1179cd7c88;hpb=e4b6e06627a3c35bec54127767ef7b98686d02e4;p=yazpp-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index db7a4f2..fee41b7 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,3 @@ -## $Id: Makefile.am,v 1.25 2006-11-27 11:34:52 adam Exp $ -docdir=$(datadir)/doc/@PACKAGE@ - SUBDIRS = common XMLFILES = \ @@ -56,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)