Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix to the "make doc" makefile target. Ticket #1289. (CVS 2518) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
4713b1e1040f2e0645fa593638e392df |
User & Date: | drh 2005-06-15 18:07:39.000 |
Context
2005-06-16
| ||
16:51 | Change to Makefile.in to fix a problem with the Borland linker. Ticket #1291. (CVS 2519) (check-in: bc25397735 user: drh tags: trunk) | |
2005-06-15
| ||
18:07 | Fix to the "make doc" makefile target. Ticket #1289. (CVS 2518) (check-in: 4713b1e104 user: drh tags: trunk) | |
17:47 | Changes to the unix OS layer aimed at finding and fixing tickets #1272 and #1285. (CVS 2517) (check-in: 006dda3119 user: drh tags: trunk) | |
Changes
Changes to Makefile.in.
︙ | |||
552 553 554 555 556 557 558 559 560 561 562 563 564 565 | 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 | + | tclsh $(TOP)/www/version3.tcl >version3.html # Files to be published on the website. # DOC = \ arch.html \ arch2.gif \ autoinc.html \ c_interface.html \ capi3.html \ capi3ref.html \ changes.html \ compile.html \ copyright.html \ |
︙ |
Changes to main.mk.
︙ | |||
368 369 370 371 372 373 374 375 376 377 378 379 380 381 | 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 | + + + | # Rules used to build documentation # arch.html: $(TOP)/www/arch.tcl tclsh $(TOP)/www/arch.tcl >arch.html arch.png: $(TOP)/www/arch.png cp $(TOP)/www/arch.png . arch2.gif: $(TOP)/www/arch2.gif cp $(TOP)/www/arch2.gif . autoinc.html: $(TOP)/www/autoinc.tcl tclsh $(TOP)/www/autoinc.tcl >autoinc.html c_interface.html: $(TOP)/www/c_interface.tcl tclsh $(TOP)/www/c_interface.tcl >c_interface.html |
︙ | |||
487 488 489 490 491 492 493 494 495 496 497 498 499 500 | 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 | + | # Files to be published on the website. # DOC = \ arch.html \ arch.png \ arch2.gif \ autoinc.html \ c_interface.html \ capi3.html \ capi3ref.html \ changes.html \ compile.html \ copyright.html \ |
︙ |