~ chicken-core (chicken-5) /scripts/README


 1README for scripts/
 2===================
 3
 4
 5This directory contains a couple of things that might be useful:
 6
 7  test-dist.sh
 8
 9    Takes a platform-designator and the path to a tarball and unpacks,
10    builds and tests the chicken distribution contained therein.
11
12  makedist.scm
13
14    Creates a distribution tarball from a chicken-core git checkout.
Trap