From 0d81d05c8bef8f21476bdffec39c98cd9a4956bd Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Mon, 30 Jan 2012 23:54:48 +0000 Subject: [PATCH] Add epub3 and xhtml5 to the DIRS list for inclusion in build. --- xsl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsl/Makefile b/xsl/Makefile index 0f7473d48..bea99eb04 100644 --- a/xsl/Makefile +++ b/xsl/Makefile @@ -63,7 +63,7 @@ DISTRIB_PACKAGES = doc URILIST = \ .\ http://docbook.sourceforge.net/release/xsl/current/ -DIRS=common lib html fo manpages htmlhelp javahelp eclipse roundtrip slides website extensions webhelp +DIRS=common lib html fo manpages htmlhelp javahelp eclipse roundtrip slides website extensions webhelp xhtml5 epub3 .PHONY: distrib clean doc docsrc xhtml -- 2.40.0