Fossil SCM

Fixed recently-broken links to makeheaders, caused by its move from src/ to tools/. Reported in the forum.

stephan 2022-01-10 05:16 trunk
Commit 78c484d153af793f5edc52db237494923a9a39d4e1aa34704eabb749540fecc1
1 file changed +3 -3
--- www/makefile.wiki
+++ www/makefile.wiki
@@ -25,11 +25,11 @@
2525
a single file of C source code. The three preprocessor programs
2626
are:
2727
2828
1. [/file/src/mkindex.c | mkindex.c]
2929
2. [/file/src/translate.c | translate.c]
30
- 3. [/file/src/makeheaders.c | makeheaders.c]
30
+ 3. [/file/tools/makeheaders.c | makeheaders.c]
3131
3232
Fossil uses [http://www.sqlite.org/ | SQLite] for on-disk
3333
storage. The SQLite implementation is contained in three source
3434
code files that do not participate in the preprocessing steps.
3535
These three files that implement SQLite are:
@@ -81,11 +81,11 @@
8181
[/file/src/makemake.tcl | makemake.tcl].
8282
8383
The src/ subdirectory also contains documentation about the
8484
makeheaders preprocessor program:
8585
86
- 13. [../src/makeheaders.html | makeheaders.html]
86
+ 13. [../tools/makeheaders.html | makeheaders.html]
8787
8888
Click on the link to read this documentation. In addition there is
8989
a [http://www.tcl-lang.org/ | Tcl] script used to build the various makefiles:
9090
9191
14. makemake.tcl
@@ -226,11 +226,11 @@
226226
For each C source module "src.c", there is an automatically generated
227227
header module "src.h" that contains all of the datatype and procedure
228228
declarations needed by the source module. These header files are generated
229229
automatically by the makeheaders program. The sources to makeheaders
230230
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].
232232
233233
The makeheaders program is run once. It scans all inputs source files and
234234
generates header files for each one. Note that the sqlite3.c and shell.c
235235
source files are not scanned by makeheaders. Makeheaders only runs over
236236
"ordinary" source files, not the exceptional source files. However,
237237
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button