guy@auspex.auspex.com (Guy Harris) (11/15/89)
The "help" document for "tm" refers to a "tm-keys" document describing the key bindings for "tm"; however, there's no "help" alias for "tm-keys" pointing to "tmkeys", although there is one for "termulator-keys": *** Makefile.dist Tue Nov 14 17:40:16 1989 --- Makefile Tue Nov 14 17:48:30 1989 *************** *** 285,291 **** do.alias:: @case '$(MFLAGS)' in *[i]*) set +e;; esac; \ PWD=`pwd` ;\ ! for i in termulator-keys; do \ (set -x; echo "$$i tmkeys !$$PWD" >> ,help.alias ;) \ done --- 285,291 ---- do.alias:: @case '$(MFLAGS)' in *[i]*) set +e;; esac; \ PWD=`pwd` ;\ ! for i in termulator-keys tm-keys; do \ (set -x; echo "$$i tmkeys !$$PWD" >> ,help.alias ;) \ done
ghoti+@ANDREW.CMU.EDU (Adam Stoller) (11/15/89)
For the record - we don't patch a Makefile, we patch an Imakefile - in this case it is should simply be a matter of changing: InstallHelpAlias(tmkeys, termulator-keys) to InstallHelpAlias(tmkeys, termulator-keys tm-keys) then re-generate the Makefile [make Makefile] and do a 'make Aliases' in that directory. --fish