Overview
| Comment: | Updated to remove ChangeLog until a build_changelog script is available | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | trunk | 
| Files: | files | file ages | folders | 
| SHA1: | 38430c10ee8cb48dddad1b000bf9b4e2 | 
| User & Date: | rkeene on 2010-09-26 05:52:05 | 
| Other Links: | manifest | tags | 
Context
| 2010-09-26 | ||
| 07:06 | Added logo check-in: d005e7b118 user: rkeene tags: trunk | |
| 05:52 | Updated to remove ChangeLog until a build_changelog script is available check-in: 38430c10ee user: rkeene tags: trunk | |
| 05:32 | Updated build to remove fossil repository information check-in: 86d86b33a0 user: rkeene tags: trunk | |
Changes
Modified build/makearch.info from [66021579f4] to [26e767cc22].
| ︙ | ︙ | |||
| 20 21 22 23 24 25 26 | 
# Space sperated list of documents, if they exist, they will be
# prefixed with the contents of the DOC_HDR file and substitution
# will occur:
#     @@UTIL@@ becomes the utility name ${UTIL}
#     @@VERS@@ becomes the utility version
#     @@DATE@@ becomes the current date
 | | | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | 
# Space sperated list of documents, if they exist, they will be
# prefixed with the contents of the DOC_HDR file and substitution
# will occur:
#     @@UTIL@@ becomes the utility name ${UTIL}
#     @@VERS@@ becomes the utility version
#     @@DATE@@ becomes the current date
DOCS="README"
DOC_HDR="HEADER"
# These files follow the same convention as DOCS, but don't have the header
# tacked onto them.
UPDATE_VARS=""
# This script is executed immediately after copying the files
 | 
| ︙ | ︙ |