summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2001-08-05 08:57:32 +0000
committerMichael Jennings <mej@kainx.org>2001-08-05 08:57:32 +0000
commitf89dff3d3da3a06866cf30a399f8f8ad9ee70831 (patch)
tree343ed5aa2f37d0faa60a4d51317374ce3becd0ba /doc
parentc3d2a57fc8d7d669d95dad28bfca619f79d80a45 (diff)
downloadeterm-f89dff3d3da3a06866cf30a399f8f8ad9ee70831.tar.gz
Sun Aug 5 01:52:51 2001 Michael Jennings (mej)
Okay, first off, I finally found and fixed a typo with regard to the utempter support on RedHat-based systems. I doubt it's ever worked properly (sigh). Secondly, I added support for throwing Eterm's termcap entry into the termcap DB on FreeBSD (and possibly other *BSD-based) systems thanks to info from Kirby Kuehl <vacuum@technotronic.com>. And finally, added in a patch from Paul Brannan <pbranna@clemson.edu> to support some additional escape sequences for vim. SVN revision: 5044
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 8ec62ff..372ed9b 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -13,6 +13,10 @@ Eterm.1.html: Eterm.1
install-data-hook:
$(TIC) Eterm.ti || (mkinstalldirs $(HOME)/.terminfo && $(TIC) -o$(HOME)/.terminfo Eterm.ti) || :
-infocmp -C -sc Eterm | sed -e '/Reconstructed/d' -e '/\.\.sa=/d' > Eterm.tcap.new && mv Eterm.tcap.new Eterm.tcap || rm -f Eterm.tcap.new
+ -if test -f /usr/share/misc/termcap && test -f Eterm.tcap ; then \
+ grep 'Eterm-color' /usr/share/misc/termcap || cat Eterm.tcap >> /usr/share/misc/termcap ; \
+ cap_mkdb -f /usr/share/misc/termcap.db /usr/share/misc/termcap ; \
+ fi || :
EXTRA_DIST = Eterm.1.in Eterm_reference.html Eterm.tcap Eterm.ti Makefile.am Makefile.in