aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Henrik Brautaset Aronsen <subsurface@henrik.synth.no>2013-05-08 21:49:57 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-09 10:21:36 -0700
commite6130f4c240a5ff81037e0ec009d3eefc8eb0791 (patch)
tree1c97c93f2a74a5cdfb7e7ff68769a3e67ac1f72c /Makefile
parentde101410cff3ecf1421c691799b8ad26e6bbff97 (diff)
downloadsubsurface-e6130f4c240a5ff81037e0ec009d3eefc8eb0791.tar.gz
Make sure .xsl files are installed
xslt/commonTemplates.xsl was missing from the install targets Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2bd18249a..e13a51eb0 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'