Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Additional "help" printout from the Makefile. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
e044ff86456ae061ac846e06be4e4242 |
User & Date: | drh 2011-12-30 15:04:52.474 |
Context
2011-12-30
| ||
20:41 | Update the change log for 3.7.10. Added information on test modules associated with each requirement. (check-in: d62d2f8ee3 user: drh tags: trunk) | |
15:04 | Additional "help" printout from the Makefile. (check-in: e044ff8645 user: drh tags: trunk) | |
14:57 | Major speed improvement on the script that translates requirements. Fix requirements markup in optoverview.html and in fileformat2.html. Fixes to requirements.html. (check-in: 986229bc47 user: drh tags: trunk) | |
Changes
Changes to main.mk.
︙ | ︙ | |||
29 30 31 32 33 34 35 36 37 38 39 40 41 42 | default: @echo 'make base; # Build base documents' @echo 'make evidence; # Gather evidence marks' @echo 'make matrix; # Build the traceability matrix' @echo 'make all; # Do all of the above' @echo 'make spell; # Spell check generated docs' @echo 'make fast; # Build documentation only - no requirements' all: base evidence format_evidence matrix doc private: base evidence private_evidence matrix doc fast: base doc | > | 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | default: @echo 'make base; # Build base documents' @echo 'make evidence; # Gather evidence marks' @echo 'make matrix; # Build the traceability matrix' @echo 'make all; # Do all of the above' @echo 'make spell; # Spell check generated docs' @echo 'make fast; # Build documentation only - no requirements' @echo 'make schema; # Run once to initialize the build process' all: base evidence format_evidence matrix doc private: base evidence private_evidence matrix doc fast: base doc |
︙ | ︙ |