From b942f8ed534e789495b74cc87fd155b0bd2dab0b Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 23 Aug 2014 12:58:32 +0200 Subject: Revamped source tree traversion * this was done to be able to implement directory symlinking * the generation process is now split into three transformations ** the actual work is performed by "list.xsl" and "traverse.xsl" respecitively ** "make.xsl" wraps these two transformations *** i.e. generation is now launched by executing "ixslt --transformation make.xsl" * checked background images into VCS --- make.xsl | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 make.xsl (limited to 'make.xsl') diff --git a/make.xsl b/make.xsl new file mode 100644 index 0000000..a62a017 --- /dev/null +++ b/make.xsl @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + source + target + + + + + + + + + + + + list.xsl + + + + + + + + + + + traverse.xsl + + + + -- cgit v1.2.3