Overview
Comment: | Added README and ChangeLog |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 82027084f1fe3328453fe1b5452b9008e320e005 |
User & Date: | rkeene on 2009-04-18 03:36:55 |
Other Links: | manifest | tags |
Context
2009-04-18
| ||
03:39 | Changed build script to copy kits to root of archive check-in: 40f0c560a5 user: rkeene tags: trunk | |
03:36 | Added README and ChangeLog check-in: 82027084f1 user: rkeene tags: trunk | |
03:34 | Renamed teapot project to teaparty project to be less ambigious check-in: a1ae48180e user: rkeene tags: trunk | |
Changes
Added HEADER version [9cc3c39871].
1 + @@UTIL@@ @@VERS@@ 2 + 3 +Release information: 4 + pkg: @@UTIL@@ version @@VERS@@ 5 + url: http://www.rkeene.org/devel/@@UTIL@@-@@VERS@@.tar.gz 6 + date: @@DATE@@ 7 +-------------------------------------------------------------------------- 8 +
Added README.txt version [90191f367c].
1 +This is a very basic implementation of a Teapot client
Modified build/makearch.info from [3e5fb22bda] to [df10183a01].
20 20 21 21 # Space sperated list of documents, if they exist, they will be 22 22 # prefixed with the contents of the DOC_HDR file and substitution 23 23 # will occur: 24 24 # @@UTIL@@ becomes the utility name ${UTIL} 25 25 # @@VERS@@ becomes the utility version 26 26 # @@DATE@@ becomes the current date 27 -DOCS="README" 27 +DOCS="README.txt ChangeLog" 28 28 DOC_HDR="HEADER" 29 29 30 30 # These files follow the same convention as DOCS, but don't have the header 31 31 # tacked onto them. 32 32 UPDATE_VARS="" 33 33 34 34 # This script is executed immediately after copying the files ................................................................................ 36 36 BEFORE="" 37 37 38 38 # This script is executed immediately prior to creation of the 39 39 # tarball 40 40 AFTER="" 41 41 42 42 # Files matching these (space-seperated) patterns are deleted 43 -TMPS="*.out HEADER" 43 +TMPS="*.out HEADER build"