diff options
author | Henrik Brautaset Aronsen <subsurface@henrik.synth.no> | 2013-05-08 21:49:57 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-09 10:21:36 -0700 |
commit | e6130f4c240a5ff81037e0ec009d3eefc8eb0791 (patch) | |
tree | 1c97c93f2a74a5cdfb7e7ff68769a3e67ac1f72c /Makefile | |
parent | de101410cff3ecf1421c691799b8ad26e6bbff97 (diff) | |
download | subsurface-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |