* More refactoring.

svn path=/nixpkgs/trunk/; revision=470
This commit is contained in:
Eelco Dolstra 2003-11-03 16:24:47 +00:00
parent 646a101086
commit a6c0074fcf
28 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ IF it's used to support SOFTWARE DEVELOPMENT:
./development/interpreters
ELSE IF it's a development TOOL (or set of):
IF it's a PARSER GENERATOR (incl. lexers):
./development/tools/lexer
./development/tools/parsing
(e.g., bison, flex)
ELSE IF it's a BUILD MANAGER:
./development/tools/build-managers
@ -43,7 +43,7 @@ ELSE IF it's a TOOL (or set of):
ELSE IF it's a SYSTEM utility, i.e., something related or essential
to the operation of a system:
./tools/system
(e.g., coreutils)
(e.g., init)
ELSE IF it's an ARCHIVER (which may include a compression function):
./tools/archivers
(e.g., zip, tar)