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