Fossil

Check-in [4b562158]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fix a typo.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 4b562158f6e8fe04dd4c96c1ddf2e6f491c7524579ce86d2d1eab5e2592ad9f8
User & Date: ashepilko 2018-09-14 21:23:22.737
Context
2018-09-15
12:39
Update the built-in SQLite to the 3.25.0 release. ... (check-in: 048a6f80 user: drh tags: trunk)
2018-09-14
21:23
Fix a typo. ... (check-in: 4b562158 user: ashepilko tags: trunk)
12:53
Update the change log. ... (check-in: d78f1f3c user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to www/makefile.wiki.
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
  11.  [/file/src/mkversion.c | mkversion.c]

The builtin_data.h header file contains the definitions of C-language
byte-array constants that contain various resources such as scripts and
images.  The builtin_data.h header file is generate from the original
resource files using a small program called:

  12   [/file/src/mkbuiltin.c | mkbuildin.c]

Examples of built-in resources include the [/file/src/diff.tcl | diff.tcl]
script used to implement the --tk option to [/help?cmd=diff| fossil diff],
the [/file/src/markdown.md | markdown documentation], and the various
CSS scripts, headers, and footers used to implement built-in skins.  New
resources files are added to the "extra_files" variable in
[/file/src/makemake.tcl | makemake.tcl].







|







68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
  11.  [/file/src/mkversion.c | mkversion.c]

The builtin_data.h header file contains the definitions of C-language
byte-array constants that contain various resources such as scripts and
images.  The builtin_data.h header file is generate from the original
resource files using a small program called:

  12   [/file/src/mkbuiltin.c | mkbuiltin.c]

Examples of built-in resources include the [/file/src/diff.tcl | diff.tcl]
script used to implement the --tk option to [/help?cmd=diff| fossil diff],
the [/file/src/markdown.md | markdown documentation], and the various
CSS scripts, headers, and footers used to implement built-in skins.  New
resources files are added to the "extra_files" variable in
[/file/src/makemake.tcl | makemake.tcl].