diff options
Diffstat (limited to 'lib/Makefile.am')
| -rw-r--r-- | lib/Makefile.am | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index b8832ab..0da616a 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,7 +1,12 @@ - dist_scitecolib_DATA = color.tes lexer.tes session.tes opener.tes \ fnkeys.tes string.tes getopt.tes +# Standalone scripts. +# These are not installed via _SCRIPTS as it would add the --program-prefix. +# Since they won't get the executable flag, it makes no sense to fix up their +# hash-bang lines as well. +dist_scitecolib_DATA += repl.tes tecat.tes + # Helper script for creating lexer definitions EXTRA_DIST = scite2co.lua @@ -9,6 +14,7 @@ EXTRA_DIST = scite2co.lua # a new color scheme: colorschemedir = $(scitecolibdir)/colors dist_colorscheme_DATA = colors/terminal.tes \ + colors/contrast.tes \ colors/solarized.tes lexerdir = $(scitecolibdir)/lexers @@ -105,6 +111,7 @@ dist_lexer_DATA += lexers/verilog.tes \ lexers/asciidoc.tes \ lexers/troff.tes \ lexers/sql.tes \ - lexers/css.tes + lexers/css.tes \ + lexers/latex.tes endif |
