From xemacs-m  Sun Jan  5 14:44:45 1997
Received: from bayserve.net (bay1.bayserve.net [206.148.244.200])
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4) with ESMTP
	  id OAA12457 for <xemacs-beta@xemacs.org>; Sun, 5 Jan 1997 14:44:45 -0600 (CST)
Received: from localhost (jmiller@localhost) by  bayserve.net (8.7.2/8.7.2) with SMTP id PAA03166 for <xemacs-beta@xemacs.org>; Sun, 5 Jan 1997 15:49:18 -0500 (EST)
Date: Sun, 5 Jan 1997 15:49:17 -0500 (EST)
From: Jeff Miller <jmiller@bay1.bayserve.net>
To: beta-list <xemacs-beta@xemacs.org>
Subject: patch for tm* file install
Message-ID: <Pine.SUN.3.95.970105154442.1638C-100000@bay1.bayserve.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII


As far as I can tell, the tm* files should be installed in bindir, right?

the following patch does it.

--- lib-src/Makefile.in.in.orig Sun Jan  5 12:47:21 1997
+++ lib-src/Makefile.in.in      Sun Jan  5 12:50:35 1997
@@ -100,7 +100,7 @@
 /* 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 tm-au tm-file tm-html tm-image tm-mpeg
tm-plain tm-ps tmdecode
 
 /* Things that Emacs runs internally, or during the build process,
    which should not be installed in bindir. */


