Gnus development mailing list
 help / color / mirror / Atom feed
From: Jan Vroonhof <vroonhof@math.ethz.ch>
Subject: Re: idea.. check and grab new versions..?
Date: 21 Jan 1997 17:02:10 +0100	[thread overview]
Message-ID: <bywwt79ful.fsf@math.ethz.ch> (raw)
In-Reply-To: Mark Boyns's message of 21 Jan 1997 07:21:50 -0800

Mark Boyns <boyns@sdsu.edu> writes:

> > But yeah, gnus-get-newer-if-older would be cool.
> 
> wget -q --timestamping http://www.ifi.uio.no/~larsi/rgnus.tar.gz

or (I usually wait till the new version is on ding-announce)

#!/bin/sh
# usage "mknew major.minor"
cd /u/scratch/vroonhof/red
wget ftp://ftp.ifi.uio.no/pub/emacs/gnus/rgnus-$1.tar.gz
gtar xzf rgnus-$1.tar.gz
./mknew rgnus-$1
rm texi lisp GNUS-NEWS
ln -s $1/texi texi
ln -s $1/lisp lisp
ln -s $1/GNUS-NEWS GNUS-NEWS

and (is this still needed?)

#!/usr/bin/sh
# usage "mknew directory"
cd $1
make EMACS=xemacs
cd texi
makeinfo gnus.texi
makeinfo gnus-faq.texi
makeinfo message.texi
makeinfo custom.texi
makeinfo widget.texi

Three Hooray's(sp?) for wget:

Hooray! Hooray! Hooray!

Jan


  reply	other threads:[~1997-01-21 16:02 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-01-21 11:16 Andy Eskilsson
1997-01-21 11:56 ` Lars Balker Rasmussen
1997-01-21 15:21   ` Mark Boyns
1997-01-21 16:02     ` Jan Vroonhof [this message]
1997-01-21 18:12       ` Manoj Srivastava
1997-01-22  9:43       ` wget, was [Re: idea.. check and grab new versions..?] Jan Vroonhof
1997-01-21 17:50     ` idea.. check and grab new versions..? Scott Blachowicz
1997-01-21 18:35       ` Shannon F. Stewman
1997-01-22  0:39         ` Justin Sheehy
1997-01-21 21:06           ` Shannon F. Stewman
1997-01-22 16:00         ` William M. Perry
1997-01-21 20:34       ` Andrew J Cosgriff
1997-01-21 22:57       ` Lars Magne Ingebrigtsen
1997-01-22  3:46       ` Danny Siu
1997-01-21 15:57   ` visigoth

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bywwt79ful.fsf@math.ethz.ch \
    --to=vroonhof@math.ethz.ch \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).