]> granicus.if.org Git - docbook-dsssl/commitdiff
Updates
authorNorman Walsh <ndw@nwalsh.com>
Thu, 16 Jan 2003 00:29:42 +0000 (00:29 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 16 Jan 2003 00:29:42 +0000 (00:29 +0000)
slides/tests/Makefile

index cb749fc1e14c3276ce20a9b5590d8043476e4e0d..0c558c52b67a43c5c66ece91422d5aeb568eabf5 100644 (file)
@@ -1,7 +1,7 @@
 include ../../cvstools/Makefile.incl
-NOFRAMESTYLE=../xsl/slides.xsl
-FRAMESTYLE=../xsl/frames.xsl
-FOSTYLE=../xsl/fo-plain.xsl
+NOFRAMESTYLE=../xsl/html/slides.xsl
+FRAMESTYLE=../xsl/html/frames.xsl
+FOSTYLE=../xsl/fo/plain.xsl
 VARS=
 FORMATTER=xep
 BROWSER=
@@ -45,7 +45,6 @@ ifeq ($(TIDY),1)
 endif
 
 %.fo : %.xml
-       make -C ../xsl
 ifeq ($(FORMATTER),tex)
        saxon $< $(FOSTYLE) $@ passivetex.extensions=1 $(VARS)
 else