From f328ca1d21fe410bb3c9ecb43879da1669888075 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 20 Apr 2006 11:08:55 +0000 Subject: [PATCH] Fix dependancy of tkl.xsl --- doc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 1ed8838..125c895 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.42 2006-04-20 10:25:17 adam Exp $ +## $Id: Makefile.am,v 1.43 2006-04-20 11:08:55 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ SUBDIRS = common @@ -106,7 +106,7 @@ zebra.pdf: $(XMLFILES) pdfjadetex zebra.tex >/dev/null pdfjadetex zebra.tex >/dev/null -index.tkl: $(XMLFILES) tkl.xsl +index.tkl: $(XMLFILES) common/tkl.xsl xsltproc common/tkl.xsl zebra.xml gils.txt: gils.sgml -- 1.7.10.4