Fossil SCM

Typo and link fixes via [forum:09c35aec52377b41 | forum post 09c35aec52377b41].

stephan 2022-03-21 17:36 trunk
Commit 1b13f430c6e65ec61691c779c9b5a4a409253a8507f64c7bfb6ae2108044e138
1 file changed +8 -8
--- www/makefile.wiki
+++ www/makefile.wiki
@@ -62,25 +62,25 @@
6262
files.
6363
6464
The VERSION.h header file is generated from other information sources
6565
using a small program called:
6666
67
- 11. [/file/src/mkversion.c | mkversion.c]
67
+ 11. [/file/tools/mkversion.c | mkversion.c]
6868
6969
The builtin_data.h header file contains the definitions of C-language
7070
byte-array constants that contain various resources such as scripts and
7171
images. The builtin_data.h header file is generate from the original
7272
resource files using a small program called:
7373
74
- 12 [/file/src/mkbuiltin.c | mkbuiltin.c]
74
+ 12 [/file/tools/mkbuiltin.c | mkbuiltin.c]
7575
7676
Examples of built-in resources include the [/file/src/diff.tcl | diff.tcl]
7777
script used to implement the --tk option to [/help?cmd=diff| fossil diff],
7878
the [/file/src/markdown.md | markdown documentation], and the various
7979
CSS scripts, headers, and footers used to implement built-in skins. New
8080
resources files are added to the "extra_files" variable in
81
-[/file/src/makemake.tcl | makemake.tcl].
81
+[/file/tools/makemake.tcl | makemake.tcl].
8282
8383
The src/ subdirectory also contains documentation about the
8484
makeheaders preprocessor program:
8585
8686
13. [../tools/makeheaders.html | makeheaders.html]
@@ -91,15 +91,15 @@
9191
14. makemake.tcl
9292
9393
Running this Tcl script will automatically regenerate all makefiles.
9494
In order to add a new source file to the Fossil implementation, simply
9595
edit makemake.tcl to add the new filename, then rerun the script, and
96
-all of the makefiles for all targets will be rebuild.
96
+all of the makefiles for all targets will be rebuilt.
9797
9898
There is an optional code verification step implemented using
9999
100
- 15. [/file/src/codecheck1.c | codecheck1.c]
100
+ 15. [/file/tools/codecheck1.c | codecheck1.c]
101101
102102
This file implements a small utility program ("codecheck1")
103103
that scans other Fossil source files looking for errors in printf-style
104104
format strings.
105105
The codecheck1 utility detects missing or surplus arguments on
@@ -141,12 +141,12 @@
141141
(The "manifest" and "manifest.uuid" files are automatically generated and
142142
updated by Fossil itself. See the [/help/setting | fossil set manifest]
143143
command for additional information.)
144144
145145
The VERSION.h header file is generated by
146
-a C program: src/mkversion.c.
147
-To run the VERSION.h generator, first compile the src/mkversion.c
146
+a C program: tools/mkversion.c.
147
+To run the VERSION.h generator, first compile the tools/mkversion.c
148148
source file into a command-line program (named "mkversion.exe")
149149
then run:
150150
151151
<blockquote><pre>
152152
mkversion.exe manifest.uuid manifest VERSION &gt;VERSION.h
@@ -156,11 +156,11 @@
156156
directories right. The point is that the manifest.uuid, manifest, and
157157
VERSION files
158158
in the root of the source tree are the three arguments and
159159
the generated VERSION.h file appears on standard output.
160160
161
-The builtin_data.h header file is generated by a C program: src/mkbuiltin.c.
161
+The builtin_data.h header file is generated by a C program: tools/mkbuiltin.c.
162162
The builtin_data.h file contains C-language byte-array definitions for
163163
the content of resource files used by Fossil. To generate the
164164
builtin_data.h file, first compile the mkbuiltin.c program, then run:
165165
166166
<blockquote><pre>
167167
--- www/makefile.wiki
+++ www/makefile.wiki
@@ -62,25 +62,25 @@
62 files.
63
64 The VERSION.h header file is generated from other information sources
65 using a small program called:
66
67 11. [/file/src/mkversion.c | mkversion.c]
68
69 The builtin_data.h header file contains the definitions of C-language
70 byte-array constants that contain various resources such as scripts and
71 images. The builtin_data.h header file is generate from the original
72 resource files using a small program called:
73
74 12 [/file/src/mkbuiltin.c | mkbuiltin.c]
75
76 Examples of built-in resources include the [/file/src/diff.tcl | diff.tcl]
77 script used to implement the --tk option to [/help?cmd=diff| fossil diff],
78 the [/file/src/markdown.md | markdown documentation], and the various
79 CSS scripts, headers, and footers used to implement built-in skins. New
80 resources files are added to the "extra_files" variable in
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]
@@ -91,15 +91,15 @@
91 14. makemake.tcl
92
93 Running this Tcl script will automatically regenerate all makefiles.
94 In order to add a new source file to the Fossil implementation, simply
95 edit makemake.tcl to add the new filename, then rerun the script, and
96 all of the makefiles for all targets will be rebuild.
97
98 There is an optional code verification step implemented using
99
100 15. [/file/src/codecheck1.c | codecheck1.c]
101
102 This file implements a small utility program ("codecheck1")
103 that scans other Fossil source files looking for errors in printf-style
104 format strings.
105 The codecheck1 utility detects missing or surplus arguments on
@@ -141,12 +141,12 @@
141 (The "manifest" and "manifest.uuid" files are automatically generated and
142 updated by Fossil itself. See the [/help/setting | fossil set manifest]
143 command for additional information.)
144
145 The VERSION.h header file is generated by
146 a C program: src/mkversion.c.
147 To run the VERSION.h generator, first compile the src/mkversion.c
148 source file into a command-line program (named "mkversion.exe")
149 then run:
150
151 <blockquote><pre>
152 mkversion.exe manifest.uuid manifest VERSION &gt;VERSION.h
@@ -156,11 +156,11 @@
156 directories right. The point is that the manifest.uuid, manifest, and
157 VERSION files
158 in the root of the source tree are the three arguments and
159 the generated VERSION.h file appears on standard output.
160
161 The builtin_data.h header file is generated by a C program: src/mkbuiltin.c.
162 The builtin_data.h file contains C-language byte-array definitions for
163 the content of resource files used by Fossil. To generate the
164 builtin_data.h file, first compile the mkbuiltin.c program, then run:
165
166 <blockquote><pre>
167
--- www/makefile.wiki
+++ www/makefile.wiki
@@ -62,25 +62,25 @@
62 files.
63
64 The VERSION.h header file is generated from other information sources
65 using a small program called:
66
67 11. [/file/tools/mkversion.c | mkversion.c]
68
69 The builtin_data.h header file contains the definitions of C-language
70 byte-array constants that contain various resources such as scripts and
71 images. The builtin_data.h header file is generate from the original
72 resource files using a small program called:
73
74 12 [/file/tools/mkbuiltin.c | mkbuiltin.c]
75
76 Examples of built-in resources include the [/file/src/diff.tcl | diff.tcl]
77 script used to implement the --tk option to [/help?cmd=diff| fossil diff],
78 the [/file/src/markdown.md | markdown documentation], and the various
79 CSS scripts, headers, and footers used to implement built-in skins. New
80 resources files are added to the "extra_files" variable in
81 [/file/tools/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]
@@ -91,15 +91,15 @@
91 14. makemake.tcl
92
93 Running this Tcl script will automatically regenerate all makefiles.
94 In order to add a new source file to the Fossil implementation, simply
95 edit makemake.tcl to add the new filename, then rerun the script, and
96 all of the makefiles for all targets will be rebuilt.
97
98 There is an optional code verification step implemented using
99
100 15. [/file/tools/codecheck1.c | codecheck1.c]
101
102 This file implements a small utility program ("codecheck1")
103 that scans other Fossil source files looking for errors in printf-style
104 format strings.
105 The codecheck1 utility detects missing or surplus arguments on
@@ -141,12 +141,12 @@
141 (The "manifest" and "manifest.uuid" files are automatically generated and
142 updated by Fossil itself. See the [/help/setting | fossil set manifest]
143 command for additional information.)
144
145 The VERSION.h header file is generated by
146 a C program: tools/mkversion.c.
147 To run the VERSION.h generator, first compile the tools/mkversion.c
148 source file into a command-line program (named "mkversion.exe")
149 then run:
150
151 <blockquote><pre>
152 mkversion.exe manifest.uuid manifest VERSION &gt;VERSION.h
@@ -156,11 +156,11 @@
156 directories right. The point is that the manifest.uuid, manifest, and
157 VERSION files
158 in the root of the source tree are the three arguments and
159 the generated VERSION.h file appears on standard output.
160
161 The builtin_data.h header file is generated by a C program: tools/mkbuiltin.c.
162 The builtin_data.h file contains C-language byte-array definitions for
163 the content of resource files used by Fossil. To generate the
164 builtin_data.h file, first compile the mkbuiltin.c program, then run:
165
166 <blockquote><pre>
167

Keyboard Shortcuts

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