octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: packaging system


From: Stefan van der Walt
Subject: Re: packaging system
Date: Tue, 21 Jun 2005 00:02:48 +0200
User-agent: Mutt/1.5.6i

On Mon, Jun 20, 2005 at 08:40:57PM +0200, Søren Hauberg wrote:
> I do however don't like the idea of forcing people to create INDEX files 
> (it seems like a very boring thing to do), so if the INDEX format is to 
> be used I think we should have scripts to auto-generate such files. This 
> should be possible, right?

It should be little or no trouble at all:

echo "Packagename >> Description" > INDEX
echo "Misc" >> INDEX
for f in `find . -name "*.m"`; do echo `basename $f .m`; done >> INDEX

Regards
Stéfan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]