mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
de101410cf
commit
e6130f4c24
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -23,7 +23,7 @@ NAME = subsurface
|
||||||
ICONFILE = $(NAME)-icon.svg
|
ICONFILE = $(NAME)-icon.svg
|
||||||
DESKTOPFILE = $(NAME).desktop
|
DESKTOPFILE = $(NAME).desktop
|
||||||
MANFILES = $(NAME).1
|
MANFILES = $(NAME).1
|
||||||
XSLTFILES = xslt/*.xslt
|
XSLTFILES = xslt/*.xslt xslt/*.xsl
|
||||||
|
|
||||||
VERSION_FILE = version.h
|
VERSION_FILE = version.h
|
||||||
# There's only one line in $(VERSION_FILE); use the shell builtin `read'
|
# There's only one line in $(VERSION_FILE); use the shell builtin `read'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue