aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am17
1 files changed, 13 insertions, 4 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index e522dba..c590484 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -2,9 +2,18 @@
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
+# This list must be extended when adding
+# a new color scheme:
colorschemedir = $(scitecolibdir)/colors
-dist_colorscheme_DATA = colors/*.tes
+dist_colorscheme_DATA = colors/terminal.tes
+
+# This list must be extended when adding
+# a new lexer configuration:
lexerdir = $(scitecolibdir)/lexers
-dist_lexer_DATA = lexers/*.tes
+dist_lexer_DATA = lexers/patch.tes \
+ lexers/sh.tes \
+ lexers/cpp.tes \
+ lexers/cmake.tes \
+ lexers/batch.tes \
+ lexers/xml.tes \
+ lexers/make.tes