From 7e4014c5936e59251044c595d20b6978e69f8568 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 27 Jan 2013 01:18:00 +0100 Subject: revised lexer configuration using SciTE property files and Textadept's terminal color definitions * lexer config is now in separate file installed into the package data dir, so it can be excluded from the teco.ini template. * teco.ini is generated so it can load an installed lexer.tes as ED hook (can still be dropped into the user's home and will work immediately) --- Makefile.am | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 9d0fada..eb38c7d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,11 +15,14 @@ REPL_MACRO = eb$<\e \ j \ ew$@\e -dist_pkgdata_DATA = teco.ini +pkgdata_DATA = teco.ini +EXTRA_DIST = teco.ini.in +CLEANFILES = teco.ini +dist_pkgdata_DATA = lexer.tes man_MANS = sciteco.1 -EXTRA_DIST = sciteco.1.in -CLEANFILES = sciteco.1 +EXTRA_DIST += sciteco.1.in +CLEANFILES += sciteco.1 noinst_HEADERS = compat/bsd/sys/cdefs.h \ compat/bsd/sys/queue.h \ @@ -29,5 +32,5 @@ EXTRA_DIST += patches/scintilla-teco-control-codes.patch EXTRA_DIST += TODO -sciteco.1 : sciteco.1.in +% : %.in $(BOOTSTRAP_SCITECO) -e $$'$(REPL_MACRO)' -- cgit v1.2.3