From 69ac07c9b55270c4350e803cab902138623f8b60 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 27 Nov 2006 11:35:22 +0000 Subject: [PATCH] Remove make dependency of common/tkl.xsl --- doc/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index ca22532..2cf2185 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.15 2006-10-11 09:39:43 adam Exp $ +## $Id: Makefile.am,v 1.16 2006-11-27 11:35:22 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ SUBDIRS = common @@ -32,10 +32,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) -- 1.7.10.4