[plt-scheme] Re: distribution build process?

From: Eli Barzilay (eli at barzilay.org)
Date: Wed Sep 9 11:26:47 EDT 2009

On Sep  8, Peter Michaux wrote:
> On Sep 8, 11:26 am, Eli Barzilay <e... at barzilay.org> wrote:
> 
> > There is an internal repository that contains the build and the
> > distribution scripts.  One specific file has the rules about what
> > is distributed in which package.  For the C part, the rules just
> > specify what should be included, for the Scheme part, the code
> > actually verify that dependencies are all satisfied.
> 
> Is it possible to make these build and distribution scripts public?

I can put out the specification file, or the whole build directory,
but I think that it is not very useful since it relies on details of
the build/distribution process.

Is there any particular problem that you're trying to solve?

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!


Posted on the users mailing list.