Re: [ifile-discuss] Re: ifile-gnus.el version 0.3

Jason Rennie <[email protected]> Fri, 27 Sep 2002 09:22:12 -0400
Newsgroups gmane.emacs.ding,gmane.mail.ifile.general
Message-ID <[email protected]>
[email protected] said:
> Done.  I'll try to improve production technology as I go. 

Just a suggestion, but it might be worth copying some of the 
distribution-building stuff from ifile's Makefile.in.  To put out a new 
distribution, I run a script, "dist" like this:

#!/bin/sh

eval `cat Version`
make ifile-${IFILE_VERSION}.tar.gz
mv ifile-${IFILE_VERSION}.tar.gz ~/www/ifile
cp FAQ ChangeLog INSTALL NOTES ~/www/ifile

Saves me a lot of hassle.

Jason D. M. Rennie
MIT AI Lab
[email protected]
(617) 253-5339
http://www.ai.mit.edu/~jrennie/