Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add the new "private" target to the makefile - used to build the requirements matrix that includes TH3 hyperlinks. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
3d7eb1e8f01c6a6e4bc7b7aee80a5832 |
User & Date: | drh 2009-12-21 15:45:23.000 |
Context
2009-12-21
| ||
17:10 | Modify the evidence file HTMLization process to put evidence files in separate directories to avoid name collisions. (check-in: 95ddf6f2f8 user: drh tags: trunk) | |
15:45 | Add the new "private" target to the makefile - used to build the requirements matrix that includes TH3 hyperlinks. (check-in: 3d7eb1e8f0 user: drh tags: trunk) | |
2009-12-15
| ||
14:34 | Clean up and extend the privatebranch.html document. (check-in: b44ff2a454 user: drh tags: trunk) | |
Changes
Changes to main.mk.
︙ | ︙ | |||
24 25 26 27 28 29 30 31 32 33 34 35 36 37 | 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' all: base evidence format_evidence matrix doc tclsh: $(TCLSQLITE3C) $(CC) -g -o tclsh -DTCLSH=1 -DSQLITE_TCLMD5 $(TCLINC) $(TCLSQLITE3C) $(TCLFLAGS) sqlite3.h: tclsh $(SRC)/src/sqlite.h.in $(SRC)/manifest.uuid $(SRC)/VERSION ./tclsh $(SRC)/tool/mksqlite3h.tcl $(SRC) | \ sed 's/^SQLITE_API //' >sqlite3.h | > > | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | 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' all: base evidence format_evidence matrix doc private: base evidence private_evidence matrix doc tclsh: $(TCLSQLITE3C) $(CC) -g -o tclsh -DTCLSH=1 -DSQLITE_TCLMD5 $(TCLINC) $(TCLSQLITE3C) $(TCLFLAGS) sqlite3.h: tclsh $(SRC)/src/sqlite.h.in $(SRC)/manifest.uuid $(SRC)/VERSION ./tclsh $(SRC)/tool/mksqlite3h.tcl $(SRC) | \ sed 's/^SQLITE_API //' >sqlite3.h |
︙ | ︙ |