blob: e522dba7458afd2836f8032979a89023a54b2fb0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
dist_scitecolib_DATA = color.tes lexer.tes session.tes fnkeys.tes
dist_scitecolib_DATA += string.tes
# Install and distribute entire directories
# It would be annoying to list all the files
colorschemedir = $(scitecolibdir)/colors
dist_colorscheme_DATA = colors/*.tes
lexerdir = $(scitecolibdir)/lexers
dist_lexer_DATA = lexers/*.tes
|