diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index fef26ef..e522dba 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -4,4 +4,7 @@ dist_scitecolib_DATA += string.tes # Install and distribute entire directories # It would be annoying to list all the files -dist_scitecolib_DATA += colors lexers +colorschemedir = $(scitecolibdir)/colors +dist_colorscheme_DATA = colors/*.tes +lexerdir = $(scitecolibdir)/lexers +dist_lexer_DATA = lexers/*.tes |