ADDED HEADER Index: HEADER ================================================================== --- HEADER +++ HEADER @@ -0,0 +1,8 @@ + @@UTIL@@ @@VERS@@ + +Release information: + pkg: @@UTIL@@ version @@VERS@@ + url: http://www.rkeene.org/devel/@@UTIL@@-@@VERS@@.tar.gz + date: @@DATE@@ +-------------------------------------------------------------------------- + ADDED README.txt Index: README.txt ================================================================== --- README.txt +++ README.txt @@ -0,0 +1,1 @@ +This is a very basic implementation of a Teapot client Index: build/makearch.info ================================================================== --- build/makearch.info +++ build/makearch.info @@ -22,11 +22,11 @@ # 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" +DOCS="README.txt ChangeLog" DOC_HDR="HEADER" # These files follow the same convention as DOCS, but don't have the header # tacked onto them. UPDATE_VARS="" @@ -38,6 +38,6 @@ # This script is executed immediately prior to creation of the # tarball AFTER="" # Files matching these (space-seperated) patterns are deleted -TMPS="*.out HEADER" +TMPS="*.out HEADER build"