Path: utzoo!attcan!sobmips!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.soft-sys.andrew Subject: "tm" Makefile doesn't make all the right help aliases Message-ID: <2631@auspex.auspex.com> Date: 15 Nov 89 01:59:57 GMT Reply-To: guy@auspex.auspex.com (Guy Harris) Organization: Auspex Systems, Santa Clara Lines: 24 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