From: Keith Fahlgren Date: Sun, 1 Jun 2008 21:48:32 +0000 (+0000) Subject: More stupid makefile changes for slides X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd699a7688d21ff7f6e1f2e99d54749296345571;p=docbook-dsssl More stupid makefile changes for slides --- diff --git a/xsl/slides/fo/Makefile b/xsl/slides/fo/Makefile index f0c932ce4..238628434 100644 --- a/xsl/slides/fo/Makefile +++ b/xsl/slides/fo/Makefile @@ -1,4 +1,4 @@ -include ../../../buildtools/Makefile.incl +include $(DOCBOOK_SVN)/buildtools/Makefile.incl PARAMBASE=param XSLFILES=param.xsl diff --git a/xsl/slides/html/Makefile b/xsl/slides/html/Makefile index 669988dd8..fb4229425 100644 --- a/xsl/slides/html/Makefile +++ b/xsl/slides/html/Makefile @@ -1,4 +1,4 @@ -include ../../../buildtools/Makefile.incl +include $(DOCBOOK_SVN)/buildtools/Makefile.incl PARAMBASE=param XSLFILES=param.xsl diff --git a/xsl/slides/xhtml/Makefile b/xsl/slides/xhtml/Makefile index 75a0a79b8..9b5d80144 100644 --- a/xsl/slides/xhtml/Makefile +++ b/xsl/slides/xhtml/Makefile @@ -1,9 +1,9 @@ -include ../../../buildtools/Makefile.incl +include $(DOCBOOK_SVN)/buildtools/Makefile.incl XSLTPROC=xsltproc XSLTPROC_OPTS= -HTML2XHTML=../../../xsl/xhtml/html2xhtml.xsl +HTML2XHTML=../../xhtml/html2xhtml.xsl all: xsl-files