From 349cf80a2d471a5dbe080ea480ec817a02c18939 Mon Sep 17 00:00:00 2001 From: Mauritz Jeanson Date: Sat, 1 Mar 2008 20:42:27 +0000 Subject: [PATCH] Added rules to include libxslt extensions in snapshot builds. --- xsl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xsl/Makefile b/xsl/Makefile index f4e1eefc3..6d38c2ad9 100644 --- a/xsl/Makefile +++ b/xsl/Makefile @@ -95,8 +95,9 @@ doc: docsrc $(MAKE) -C doc RELVER=$(RELVER) extensions: ../xsl-saxon/saxon65.jar ../xsl-xalan/xalan27.jar - if [ ! -d $@ ]; then mkdir $@; fi + if [ ! -d $@/libxslt/python ]; then mkdirhier $@/libxslt/python; fi cp -p $^ $@ + cp -p ../xsl-libxslt/python/* $@/libxslt/python ../xsl-saxon/saxon65.jar: $(wildcard ../xsl-saxon/src/com/nwalsh/saxon/*.java) $(MAKE) -C $(dir $@) -- 2.50.0