summaryrefslogtreecommitdiffstats
path: root/pkgs/README
diff options
context:
space:
mode:
authorbch <brad.harder@gmail.com>2014-11-25 19:25:27 (GMT)
committerbch <brad.harder@gmail.com>2014-11-25 19:25:27 (GMT)
commit829eeaf7be8c43d5616693d0da4a864c1c6a6807 (patch)
treec090ec0f06b1552b2a3bab56272ef6ba3eb69103 /pkgs/README
parented2bce56ae44d9652b33027388381c4ea867453a (diff)
parent33eb2510ff53b7fd3b32ea1c84b4ef85d00c10f8 (diff)
downloadtcl-bch_coverity.zip
tcl-bch_coverity.tar.gz
tcl-bch_coverity.tar.bz2
merge [e11d223695c5468b1bfb3db35ebf54856501fdf0], specifically for ./generic/tclExecute.c work (properly addresses coverity bug). Thx dgp.bch_coverity
Diffstat (limited to 'pkgs/README')
-rw-r--r--pkgs/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/README b/pkgs/README
index 868bd4f..159a237 100644
--- a/pkgs/README
+++ b/pkgs/README
@@ -36,14 +36,14 @@ needs to conform to the following conventions.
clean: Delete all files generated by the default build target.
- distclean: Delete all generated files.
+ distclean: Delete all generated files.
dist: Produce a copy of the package's source code distribution.
Must respect the DIST_ROOT variable determining where to
write the generated directory.
Packages that are written to make use of the Tcl Extension Architecture (TEA)
-and that make use of the tclconfig collection of support files, should
+and that make use of the tclconfig collection of support files, should
conform to these conventions without further efforts.
These conventions are subject to revision and refinement over time to