From 0b84f519cb418d32c0fd62f9c6c852ee31f7c926 Mon Sep 17 00:00:00 2001
From: Adrian Kummerlaender
Date: Tue, 13 Nov 2018 19:05:02 +0100
Subject: Link any non-xsl file to corresponding target level

---
 src/steps/plan.xsl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/steps')

diff --git a/src/steps/plan.xsl b/src/steps/plan.xsl
index acc25ec..33acd21 100644
--- a/src/steps/plan.xsl
+++ b/src/steps/plan.xsl
@@ -51,7 +51,7 @@
 	</task>
 </xsl:template>
 
-<xsl:template match="node/file[@extension = '.css']">
+<xsl:template match="node/file[@extension != '.xsl']">
 	<xsl:variable name="base_path" select="../../path"/>
 
 	<task type="link">
-- 
cgit v1.2.3