thowto - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit ac9a078b3d8968ee6eec3c236688d46bf2070802
 (DIR) parent 01cd4060628cd7b4ed7e8f827a41add82622303e
 (HTM) Author: rsc <devnull@localhost>
       Date:   Fri, 14 Jan 2005 19:51:46 +0000
       
       howto
       
       Diffstat:
         A dist/README                         |      11 +++++++++++
         A unix/README.dot                     |      27 +++++++++++++++++++++++++++
       
       2 files changed, 38 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/dist/README b/dist/README
       t@@ -0,0 +1,11 @@
       +This directory contains scripts and files that help to run the distribution.
       +
       +mk check.out
       +        summarizes problems with the man pages.
       +
       +mk man
       +        recreates the HTML version of the man pages
       +
       +mk push
       +        copies the HTML pages to swtch.com
       +
 (DIR) diff --git a/unix/README.dot b/unix/README.dot
       t@@ -0,0 +1,27 @@
       +This directory contains scripts that build the standalone
       +Unix versions of libutf, libfmt, libbio, libregexp, and mk.
       +
       +make/
       +        all the make files, in pieces that are put together for each
       +
       +man/
       +        the variants of the man pages updated for the Unix versions
       +
       +mk new-utf new-fmt new-bio new-regexp new-mk
       +        create a new directory with the files that go into the given archive
       +
       +mk test-utf test-fmt test-bio test-regexp test-mk
       +        create the directory, populate it, and run a test build
       +
       +mk libutf.tgz libfmt.tgz libbio.tgz libregexp9.tgz mk.tgz
       +        create the directory, populate it, and build a tar file
       +
       +mk mk-with-libs.tgz
       +        build a tar file containing everything in one package
       +
       +mk tgz
       +        build all the tar files
       +
       +mk push
       +        copy the tar files to swtch.com
       +