X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=ba7124f9f34279df1f9bd9feaa492d9b0c549284;hb=688b83880520e7485087b56cc1dda29019d7413f;hp=abd0595e1a1eff283b862400026906d764754c1d;hpb=90b8490a4ddc8533a696bd8a4d7248faf89b0de9;p=yazpp-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index abd0595..ba7124f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,4 @@ -## $Id: Makefile.am,v 1.24 2006-10-11 09:39:43 adam Exp $ -docdir=$(datadir)/doc/@PACKAGE@ - +## $Id: Makefile.am,v 1.28 2007-07-10 09:42:28 adam Exp $ SUBDIRS = common XMLFILES = \ @@ -30,7 +28,7 @@ $(HTMLFILES): $(XMLFILES) rm -f *.html $(HTML_COMPILE) $(TOP) -index.tkl: $(XMLFILES) common/tkl.xsl +index.tkl: $(XMLFILES) $(TKL_COMPILE) $(TOP) yazpp-config.8: yazpp-config-man.xml @@ -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)