- Removed unnecessary SAMPLE_taskrc, and assorted references.

- Cleaned up ChangeLog.
- Minor mods to standard docs.
This commit is contained in:
Paul Beckingham 2008-05-17 23:16:08 -04:00
parent 25dc415094
commit 04da56193e
5 changed files with 53 additions and 96 deletions

View file

@ -12,10 +12,10 @@ Build the task program according to the directions in the INSTALL file. This
transcript illustrates a typical installation:
% ls
task-0.9.0.tar.gz
% gunzip task-0.9.0.tar.gz
% tar xf task-0.9.0.tar
% cd task-0.9.0
task-0.9.7.tar.gz
% gunzip task-0.9.7.tar.gz
% tar xf task-0.9.7.tar
% cd task-0.9.7
% ./configure
...
% make