Lines Matching full:dist
3 # This script takes the result of "make dist" and:
7 # "make dist" process does not correct for this, so the result is that
8 # the entire dist is still marked read-only when unpacked, which is
14 # deposites them in the "dist" directory. In the .zip version, all
34 # Create a directory called "dist", copy the tarball there and unpack it.
35 mkdir dist
36 cp $1 dist
37 cd dist
46 # Build the dist again in .tar.gz
48 make dist-gzip
57 # Build the dist again in .zip
59 make dist-zip