From e4b6e06627a3c35bec54127767ef7b98686d02e4 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 27 Nov 2006 11:34:52 +0000 Subject: [PATCH] Remove make dependency of 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 abd0595..db7a4f2 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.24 2006-10-11 09:39:43 adam Exp $ +## $Id: Makefile.am,v 1.25 2006-11-27 11:34:52 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ SUBDIRS = common @@ -30,7 +30,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 -- 1.7.10.4