blob: 9479bbb5cb99ef87e2e8e60f0099e360a67c5cf0 [file] [log] [blame]
rscac9a0782005-01-14 19:51:46 +00001This directory contains scripts that build the standalone
2Unix versions of libutf, libfmt, libbio, libregexp, and mk.
3
4make/
5 all the make files, in pieces that are put together for each
6
7man/
8 the variants of the man pages updated for the Unix versions
9
10mk new-utf new-fmt new-bio new-regexp new-mk
11 create a new directory with the files that go into the given archive
12
13mk test-utf test-fmt test-bio test-regexp test-mk
14 create the directory, populate it, and run a test build
15
16mk libutf.tgz libfmt.tgz libbio.tgz libregexp9.tgz mk.tgz
17 create the directory, populate it, and build a tar file
18
19mk mk-with-libs.tgz
20 build a tar file containing everything in one package
21
22mk tgz
23 build all the tar files
24
25mk push
26 copy the tar files to swtch.com
27