3. Conventions for Directory Structures
- Environment variables should point to directories, not to files or
libraries.
- Environment variables should not differ between like systems at different
installations.
- A given directory should contain either all directories or all files--not
a mixture of both. An exception to this is the build file or
Makefile.
- Menus will be treated similar to the way procedure PDF's are treated: They
will be in the source directory and built to the run directory just as any
other function would be.