X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=f6179d76b1846d7f41bdbb659cd21af242f90308;hb=be1898f9a41a4df5538a64e05fe16de3c967a245;hp=4784afd0379b913fdc0bbf2668cf24110d45f0c3;hpb=7a6cbcbf3b6e88062fe8277f3b5cb94b66ce5082;p=yazpp-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 4784afd..f6179d7 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,4 @@ -## $Id: Makefile.am,v 1.23 2006-09-07 10:07:02 adam Exp $ -docdir=$(datadir)/doc/@PACKAGE@ - +## $Id: Makefile.am,v 1.27 2007-07-10 09:41:38 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,7 +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)