[PATCH] Make sure .xsl files are installed

subsurface at henrik.synth.no subsurface at henrik.synth.no
Wed May 8 12:49:57 PDT 2013


From: Henrik Brautaset Aronsen <subsurface at henrik.synth.no>

xslt/commonTemplates.xsl was missing from the install targets

Signed-off-by: Henrik Brautaset Aronsen <subsurface at henrik.synth.no>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index dce507c..7131fad 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ NAME = subsurface
 ICONFILE = $(NAME)-icon.svg
 DESKTOPFILE = $(NAME).desktop
 MANFILES = $(NAME).1
-XSLTFILES = xslt/*.xslt
+XSLTFILES = xslt/*.xslt xslt/*.xsl
 
 VERSION_FILE = version.h
 # There's only one line in $(VERSION_FILE); use the shell builtin `read'
-- 
1.8.1.3



More information about the subsurface mailing list