From xemacs-m  Wed Mar 19 12:46:40 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id MAA27385
	for <xemacs-beta@xemacs.org>; Wed, 19 Mar 1997 12:46:39 -0600 (CST)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id KAA09647;
	Wed, 19 Mar 1997 10:57:37 -0800
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: Patch for gzip.el Problem
References: <m0w7Fij-0001oXC@arthur.pfalz.de>
X-Url: http://www.miranova.com/%7Esteve/
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@miranova.com>
In-Reply-To: Andreas Jaeger's message of Wed, 19 Mar 1997 08:23:37 +0100 (CET)
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: text/plain; charset=US-ASCII
Date: 19 Mar 1997 10:57:33 -0800
Message-ID: <m2pvwvbtgi.fsf@altair.xemacs.org>
Lines: 40
X-Mailer: Gnus v5.4.30/XEmacs 20.1(beta9)

Andreas Jaeger writes:

> The following patch is against XEmacs 19.15beta 101 which I'm just
> building and fixes the already told problem that "make gzip-el"
> doesn't work when I'm building in a directory that's different to
> srcdir.

O.K.  I see what's going on.  To be consistent this script needs to be 
sym linked like the tm scripts are.  20.1-beta8 needs a similar patch
with gzip-el.sh and the two new scripts send-pr and install-sid.

Index: lib-src/Makefile.in.in
===================================================================
RCS file: /usr/local/xemacs/xemacs-19.15/lib-src/Makefile.in.in,v
retrieving revision 1.5
diff -u -r1.5 Makefile.in.in
--- Makefile.in.in	1997/03/02 03:42:41	1.5
+++ Makefile.in.in	1997/03/19 18:39:30
@@ -111,7 +111,7 @@
 /* Like UTILITIES, but they are not system-dependent, and should not be
    deleted by the distclean target. */
 TM_SCRIPTS=tm-au tm-file tm-html tm-image tm-mpeg tm-plain tm-ps tmdecode
-SCRIPTS= rcs2log vcdiff $(TM_SCRIPTS)
+SCRIPTS= rcs2log vcdiff gzip-el.sh $(TM_SCRIPTS)
 
 EXECUTABLES= ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS}
 
@@ -277,6 +277,8 @@
 tm-ps :
 	${LN_S} ${srcdir}/$@ $@
 tmdecode :
+	${LN_S} ${srcdir}/$@ $@
+gzip-el.sh:
 	${LN_S} ${srcdir}/$@ $@
 
 force:

-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.

