Fossil SCM
Fixed recently-broken links to makeheaders, caused by its move from src/ to tools/. Reported in the forum.
Commit
78c484d153af793f5edc52db237494923a9a39d4e1aa34704eabb749540fecc1
Parent
1b6ec17d59c765e…
1 file changed
+3
-3
+3
-3
| --- www/makefile.wiki | ||
| +++ www/makefile.wiki | ||
| @@ -25,11 +25,11 @@ | ||
| 25 | 25 | a single file of C source code. The three preprocessor programs |
| 26 | 26 | are: |
| 27 | 27 | |
| 28 | 28 | 1. [/file/src/mkindex.c | mkindex.c] |
| 29 | 29 | 2. [/file/src/translate.c | translate.c] |
| 30 | - 3. [/file/src/makeheaders.c | makeheaders.c] | |
| 30 | + 3. [/file/tools/makeheaders.c | makeheaders.c] | |
| 31 | 31 | |
| 32 | 32 | Fossil uses [http://www.sqlite.org/ | SQLite] for on-disk |
| 33 | 33 | storage. The SQLite implementation is contained in three source |
| 34 | 34 | code files that do not participate in the preprocessing steps. |
| 35 | 35 | These three files that implement SQLite are: |
| @@ -81,11 +81,11 @@ | ||
| 81 | 81 | [/file/src/makemake.tcl | makemake.tcl]. |
| 82 | 82 | |
| 83 | 83 | The src/ subdirectory also contains documentation about the |
| 84 | 84 | makeheaders preprocessor program: |
| 85 | 85 | |
| 86 | - 13. [../src/makeheaders.html | makeheaders.html] | |
| 86 | + 13. [../tools/makeheaders.html | makeheaders.html] | |
| 87 | 87 | |
| 88 | 88 | Click on the link to read this documentation. In addition there is |
| 89 | 89 | a [http://www.tcl-lang.org/ | Tcl] script used to build the various makefiles: |
| 90 | 90 | |
| 91 | 91 | 14. makemake.tcl |
| @@ -226,11 +226,11 @@ | ||
| 226 | 226 | For each C source module "src.c", there is an automatically generated |
| 227 | 227 | header module "src.h" that contains all of the datatype and procedure |
| 228 | 228 | declarations needed by the source module. These header files are generated |
| 229 | 229 | automatically by the makeheaders program. The sources to makeheaders |
| 230 | 230 | are contained in a single file "makeheaders.c". Additional documentation |
| 231 | -on makeheaders can be found in [../src/makeheaders.html | src/makeheaders.html]. | |
| 231 | +on makeheaders can be found in [../tools/makeheaders.html | tools/makeheaders.html]. | |
| 232 | 232 | |
| 233 | 233 | The makeheaders program is run once. It scans all inputs source files and |
| 234 | 234 | generates header files for each one. Note that the sqlite3.c and shell.c |
| 235 | 235 | source files are not scanned by makeheaders. Makeheaders only runs over |
| 236 | 236 | "ordinary" source files, not the exceptional source files. However, |
| 237 | 237 |
| --- www/makefile.wiki | |
| +++ www/makefile.wiki | |
| @@ -25,11 +25,11 @@ | |
| 25 | a single file of C source code. The three preprocessor programs |
| 26 | are: |
| 27 | |
| 28 | 1. [/file/src/mkindex.c | mkindex.c] |
| 29 | 2. [/file/src/translate.c | translate.c] |
| 30 | 3. [/file/src/makeheaders.c | makeheaders.c] |
| 31 | |
| 32 | Fossil uses [http://www.sqlite.org/ | SQLite] for on-disk |
| 33 | storage. The SQLite implementation is contained in three source |
| 34 | code files that do not participate in the preprocessing steps. |
| 35 | These three files that implement SQLite are: |
| @@ -81,11 +81,11 @@ | |
| 81 | [/file/src/makemake.tcl | makemake.tcl]. |
| 82 | |
| 83 | The src/ subdirectory also contains documentation about the |
| 84 | makeheaders preprocessor program: |
| 85 | |
| 86 | 13. [../src/makeheaders.html | makeheaders.html] |
| 87 | |
| 88 | Click on the link to read this documentation. In addition there is |
| 89 | a [http://www.tcl-lang.org/ | Tcl] script used to build the various makefiles: |
| 90 | |
| 91 | 14. makemake.tcl |
| @@ -226,11 +226,11 @@ | |
| 226 | For each C source module "src.c", there is an automatically generated |
| 227 | header module "src.h" that contains all of the datatype and procedure |
| 228 | declarations needed by the source module. These header files are generated |
| 229 | automatically by the makeheaders program. The sources to makeheaders |
| 230 | are contained in a single file "makeheaders.c". Additional documentation |
| 231 | on makeheaders can be found in [../src/makeheaders.html | src/makeheaders.html]. |
| 232 | |
| 233 | The makeheaders program is run once. It scans all inputs source files and |
| 234 | generates header files for each one. Note that the sqlite3.c and shell.c |
| 235 | source files are not scanned by makeheaders. Makeheaders only runs over |
| 236 | "ordinary" source files, not the exceptional source files. However, |
| 237 |
| --- www/makefile.wiki | |
| +++ www/makefile.wiki | |
| @@ -25,11 +25,11 @@ | |
| 25 | a single file of C source code. The three preprocessor programs |
| 26 | are: |
| 27 | |
| 28 | 1. [/file/src/mkindex.c | mkindex.c] |
| 29 | 2. [/file/src/translate.c | translate.c] |
| 30 | 3. [/file/tools/makeheaders.c | makeheaders.c] |
| 31 | |
| 32 | Fossil uses [http://www.sqlite.org/ | SQLite] for on-disk |
| 33 | storage. The SQLite implementation is contained in three source |
| 34 | code files that do not participate in the preprocessing steps. |
| 35 | These three files that implement SQLite are: |
| @@ -81,11 +81,11 @@ | |
| 81 | [/file/src/makemake.tcl | makemake.tcl]. |
| 82 | |
| 83 | The src/ subdirectory also contains documentation about the |
| 84 | makeheaders preprocessor program: |
| 85 | |
| 86 | 13. [../tools/makeheaders.html | makeheaders.html] |
| 87 | |
| 88 | Click on the link to read this documentation. In addition there is |
| 89 | a [http://www.tcl-lang.org/ | Tcl] script used to build the various makefiles: |
| 90 | |
| 91 | 14. makemake.tcl |
| @@ -226,11 +226,11 @@ | |
| 226 | For each C source module "src.c", there is an automatically generated |
| 227 | header module "src.h" that contains all of the datatype and procedure |
| 228 | declarations needed by the source module. These header files are generated |
| 229 | automatically by the makeheaders program. The sources to makeheaders |
| 230 | are contained in a single file "makeheaders.c". Additional documentation |
| 231 | on makeheaders can be found in [../tools/makeheaders.html | tools/makeheaders.html]. |
| 232 | |
| 233 | The makeheaders program is run once. It scans all inputs source files and |
| 234 | generates header files for each one. Note that the sqlite3.c and shell.c |
| 235 | source files are not scanned by makeheaders. Makeheaders only runs over |
| 236 | "ordinary" source files, not the exceptional source files. However, |
| 237 |