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>
This commit is contained in:
Henrik Brautaset Aronsen 2013-05-08 21:49:57 +02:00 committed by Dirk Hohndel
parent de101410cf
commit e6130f4c24

View file

@ -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'