From 7dd6ac742880bd0b2eca2c31f2e7dc19598e2d94 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 8 Aug 2025 13:39:12 +0300 Subject: don't install the standalone scripts from lib/ as actual scripts: should fix CI and nightlies * They would get the --program-prefix. * If they aren't installed as real scripts, there is no point in fixing up their hash-bang lines. * The hash-bang line fix won't work on Windows anyway, so they are now disabled for grosciteco and tedoc as well. --- lib/tecat.tes | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'lib/tecat.tes') diff --git a/lib/tecat.tes b/lib/tecat.tes index b6ff994..5432997 100755 --- a/lib/tecat.tes +++ b/lib/tecat.tes @@ -2,8 +2,14 @@ !* * Replace all control characters with printable representations as in SciTECO. * These characters are printed in reverse using ANSI escape sequences. - * This is especially useful as the diff textconv filter for Git as in - * git config --global diff.teco.textconv /usr/local/share/sciteco/lib/tecat.tes + * This is especially useful as a textconv filter for Git as in + * git config --global diff.teco.textconv "sciteco -8qm /usr/local/share/sciteco/lib/tecat.tes" + * + * You also have to add the following to ~/.gitattributes: + * *.teco_ini diff=teco + * .teco_session diff=teco + * *.tes diff=teco + * *.tec diff=teco *! 0,2EJ !* FIXME: Memory limiting may be too slow *! :Q#1"> EBN#1 ' -- cgit v1.2.3