Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix the makefile so that is automatically creates directory doc/c3ref. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
cc155d5edde4ec383e9d4b32db89a626 |
User & Date: | drh 2008-02-06 15:02:38.000 |
Context
2008-02-06
| ||
16:06 | Updates to the download page. (check-in: 2599ad51da user: drh tags: trunk) | |
15:02 | Fix the makefile so that is automatically creates directory doc/c3ref. (check-in: cc155d5edd user: drh tags: trunk) | |
14:42 | Documentation changes for the release of 3.5.6. (check-in: 0392ee1f6a user: drh tags: trunk) | |
Changes
Changes to main.mk.
︙ | ︙ | |||
22 23 24 25 26 27 28 | $(NAWK) '{printf "%d%03d%03d",$$1,$$2,$$3}'`/ \ $(SRC)/src/sqlite.h.in >sqlite3.h wrap.tcl: $(DOC)/wrap.tcl cp $(DOC)/wrap.tcl . docdir: | | | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | $(NAWK) '{printf "%d%03d%03d",$$1,$$2,$$3}'`/ \ $(SRC)/src/sqlite.h.in >sqlite3.h wrap.tcl: $(DOC)/wrap.tcl cp $(DOC)/wrap.tcl . docdir: mkdir -p doc doc/c3ref doc: sqlite3.h docdir always rm -rf doc/images cp -r $(DOC)/images doc cp $(SRC)/art/*.gif doc/images cp $(DOC)/rawpages/* doc tclsh $(DOC)/wrap.tcl $(DOC) $(SRC) doc $(DOC)/pages/*.in |
︙ | ︙ |