diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-24 02:30:13 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-24 02:47:48 +0100 |
commit | e4789a60d2a409f74efba9e9a3faf5250a50e0ae (patch) | |
tree | b3d86c086a35d4e0a90511a7d18715cc0d2ef98a /lib/Makefile.am | |
parent | f991c5be609226629e906229ed7d32c66e0f5d9b (diff) | |
download | sciteco-e4789a60d2a409f74efba9e9a3faf5250a50e0ae.tar.gz |
added scite2co.lua: a script for generating SciTECO lexer definitions from SciTE properties files
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index c590484..21a8774 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -2,6 +2,9 @@ dist_scitecolib_DATA = color.tes lexer.tes session.tes fnkeys.tes dist_scitecolib_DATA += string.tes +# Helper script for creating lexer definitions +EXTRA_DIST = scite2co.lua + # This list must be extended when adding # a new color scheme: colorschemedir = $(scitecolibdir)/colors |