X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=doc%2FMakefile.am;h=e0c3f660707ece7c59f5586631ba9e76ddb4a860;hp=ca22532292b3882a174fbc65a1ae9b876f76e110;hb=01e4572abed524a61202861ac2c61d2fdcb821c7;hpb=8ade4c9fd892553e518c6c3c6f7a69e0d49063ae diff --git a/doc/Makefile.am b/doc/Makefile.am index ca22532..e0c3f66 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,3 @@ -## $Id: Makefile.am,v 1.15 2006-10-11 09:39:43 adam Exp $ -docdir=$(datadir)/doc/@PACKAGE@ - SUBDIRS = common XMLFILES = \ @@ -32,10 +29,9 @@ $(HTMLFILES): $(XMLFILES) yazproxy.8: yaz-proxy-man.xml yaz-proxy-ref.xml $(MAN_COMPILE) $(srcdir)/yaz-proxy-man.xml -index.tkl: $(XMLFILES) common/tkl.xsl +index.tkl: $(XMLFILES) $(TKL_COMPILE) $(TOP) - yazproxy.pdf: $(XMLFILES) if test ! -f common/id.png ; then cp $(srcdir)/common/id.png common; fi jade -E14 -D $(srcdir) -d common/print.dsl -t tex $(srcdir)/common/xml.dcl $(TOP) @@ -55,8 +51,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)