Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!ANDREW.CMU.EDU!ghoti+ From: ghoti+@ANDREW.CMU.EDU (Adam Stoller) Newsgroups: comp.soft-sys.andrew Subject: Re: "tm" Makefile doesn't make all the right help aliases Message-ID: Date: 15 Nov 89 03:49:21 GMT References: <2631@auspex.auspex.com> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 13 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