aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2025-07-31 00:07:08 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2025-07-31 00:33:43 +0300
commit985c5eaa7c55ebb6ba4833886119396d2a9d77c5 (patch)
tree3103ce3ae167f78955e606456cb84ee7d4b1a3ce /lib/Makefile.am
parent2ec568579823c991b919fa3a2c8583a8db21cb81 (diff)
downloadsciteco-985c5eaa7c55ebb6ba4833886119396d2a9d77c5.tar.gz
repl.tes: added script that reproduces the classic TECO REPL command-line
* Unfortunately, this will currently just terminate when some command fails. We require an error catching mechanism to fix this up.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index c272b0e..194802f 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -2,6 +2,9 @@
dist_scitecolib_DATA = color.tes lexer.tes session.tes opener.tes \
fnkeys.tes string.tes getopt.tes
+# standalone scripts
+dist_scitecolib_DATA += repl.tes
+
# Helper script for creating lexer definitions
EXTRA_DIST = scite2co.lua