From f47ce4d9ebf3b10fcb865a3eeb95239600eeec5f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 10 Feb 2014 13:52:03 -0600 Subject: [PATCH] Release script no longer tries to keep copies of the ChangeLog and TODO list in the Documentation directory --- Documentation/NuttX.html | 33 ++++++++++++++------------- Documentation/NuttXDocumentation.html | 3 +-- tools/zipme.sh | 3 --- 3 files changed, 18 insertions(+), 21 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index a1d3c9898b..e487325c43 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -74,7 +74,7 @@ Release Notes What has changed in the last release of NuttX? What has changed in previous releases of NuttX? - Are there any unreleased changes. + Are there any unreleased changes. @@ -1136,37 +1136,43 @@ SourceForge website. Note that the release consists of two tarballs: nuttx-6.33.tar.gz and apps-6.33.tar.gz. Both may be needed (see the top-level nuttx/README.txt file for build information). - Release notes for NuttX 6.33 are available here. - The change log associated with the release is available here. - Unreleased changes after this release are available in GIT (see below).

-

Unreleased Changes:

+

Release Notes and Change Logs:

@@ -4139,7 +4145,6 @@ if [ -x "$WINELOADER" ]; then exec "$WINELOADER" "$appname" "$@"; fi @@ -4197,11 +4202,7 @@ if [ -x "$WINELOADER" ]; then exec "$WINELOADER" "$appname" "$@"; fi - - - - - + diff --git a/Documentation/NuttXDocumentation.html b/Documentation/NuttXDocumentation.html index 396e93c93d..1e04e4e97b 100644 --- a/Documentation/NuttXDocumentation.html +++ b/Documentation/NuttXDocumentation.html @@ -41,8 +41,7 @@
  • Demand Paging
  • USB Trace
  • README Files
  • -
  • Change Log
  • -
  • To-Do List
  • +
  • To-Do List
  • diff --git a/tools/zipme.sh b/tools/zipme.sh index 975e63c0d7..0198f6686e 100755 --- a/tools/zipme.sh +++ b/tools/zipme.sh @@ -174,9 +174,6 @@ find ${TRUNKDIR} -name '*.swp' -exec rm -f '{}' ';' || \ cd ${NUTTX}/Documentation || \ { echo "Failed to cd to ${NUTTX}/Documentation" ; exit 1 ; } -cp -f ../TODO TODO.txt -cp -f ../ChangeLog ChangeLog.txt - # Write a version file into the NuttX directory. The syntax of file is such that it # may be sourced by a bash script or included by a Makefile.
    Change Log
    To-Do ListNuttX To-Do List