From xemacs-m  Mon Jan  6 19:51:30 1997
Received: from beavis.bayserve.net (jmiller@port86.bayserve.net [206.148.244.177])
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4) with ESMTP
	  id TAA01955 for <xemacs-beta@xemacs.org>; Mon, 6 Jan 1997 19:51:27 -0600 (CST)
Received: (from jmiller@localhost) by beavis.bayserve.net (8.7.5/8.7.3) id UAA00271; Mon, 6 Jan 1997 20:55:56 -0500
Date: Mon, 6 Jan 1997 20:55:56 -0500
Message-Id: <199701070155.UAA00271@beavis.bayserve.net>
From: jmiller@bayserve.net
To: xemacs-beta@xemacs.org
Subject: Re: patch for tm* file install
In-Reply-To: <u9rajz0xhh.fsf@chekov.ctd.comsat.com>
References: <Pine.SUN.3.95.970105154442.1638C-100000@bay1.bayserve.net>
	<u9rajz0xhh.fsf@chekov.ctd.comsat.com>
Reply-to: jmiller@bayserve.net
Mime-Version: 1.0 (generated by tm-edit 7.100)
Content-Type: text/plain; charset=US-ASCII

>>>>> "NB" == Neal Becker <neal@ctd.comsat.com> writes:

NB> I don't think tmdecode and friends should go in bindir.  There are
NB> never intended to be directly invoked by users.  They should go to the
NB> same place as movemail, for example.

This seems more correct.  I originally didn't put them there, because I
think when I originally installed tm for testing a long time ago, it got
put in /usr/local/bin.

So I tried moving them over to the same dir as movemail.  Things work
except tmdecode wasn't found.  So I moved it back to bindir and things
work.

updated patch included:

--- lib-src/Makefile.in.in.orig Sun Jan  5 12:47:21 1997
+++ lib-src/Makefile.in.in      Mon Jan  6 20:50:31 1997
@@ -100,13 +100,13 @@
 /* Things that a user might actually run,
    which should be installed in bindir. */
 INSTALLABLES = etags ctags emacsclient b2m gnuclient gnuattach gnudoit
-INSTALLABLE_SCRIPTS = rcs-checkin
+INSTALLABLE_SCRIPTS = rcs-checkin tmdecode
 
 /* Things that Emacs runs internally, or during the build process,
    which should not be installed in bindir. */
 UTILITIES= make-path wakeup profile make-docfile digest-doc \
        sorted-doc movemail cvtmail fakemail yow emacsserver hexl \
-       gnuserv
+       gnuserv tm-au tm-file tm-html tm-image tm-mpeg tm-plain tm-ps
 
 /* Like UTILITIES, but they're not system-dependent, and should not be
    deleted by the distclean target. */

