From 28b7414cc9cfb8fa8956c02dcf6090c665b26f9d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 14 Aug 2006 19:33:38 +0000 Subject: [PATCH] Fix index.tkl rule. Does not depend on common/tkl.xsl --- doc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index c4ea4c7..c678466 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.56 2006-08-14 17:43:31 adam Exp $ +## $Id: Makefile.am,v 1.57 2006-08-14 19:33:38 adam Exp $ docdir=$(datadir)/doc/$(PACKAGE)$(PACKAGE_SUFFIX) SUBDIRS = common @@ -110,7 +110,7 @@ idzebra-config$(PACKAGE_SUFFIX).1: idzebra-config-man.xml $(HTMLFILES): $(XMLFILES) $(HTML_COMPILE) $(srcdir)/zebra.xml -index.tkl: $(XMLFILES) common/tkl.xsl +index.tkl: $(XMLFILES) $(TKL_COMPILE) $(srcdir)/zebra.xml zebra.pdf: $(XMLFILES) -- 1.7.10.4