From d3d732ce6e0d77690ac62469b5eaff3ecafec643 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 4 May 2005 18:17:47 +0000 Subject: [PATCH] make sure doc/param.html gets regenerated when xsl/html/param.xweb changes --- slides/doc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slides/doc/Makefile b/slides/doc/Makefile index 989da9b59..d74bfbbf4 100644 --- a/slides/doc/Makefile +++ b/slides/doc/Makefile @@ -1,11 +1,11 @@ include ../../cvstools/Makefile.incl - +VPATH = ../xsl/html all: index.html param.html index.html: slides.xml $(XSLT) $< ../../xsl/html/docbook.xsl $@ -param.html: +param.html: param.xweb $(MAKE) -C ../xsl/html param.html cp ../xsl/html/param.html . -- 2.40.0