From 833bd13b440eed10cd434961bfbb574a124194a6 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 10 Feb 2014 13:52:03 -0600 Subject: Release script no longer tries to keep copies of the ChangeLog and TODO list in the Documentation directory --- nuttx/tools/zipme.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'nuttx/tools') diff --git a/nuttx/tools/zipme.sh b/nuttx/tools/zipme.sh index 975e63c0d..0198f6686 100755 --- a/nuttx/tools/zipme.sh +++ b/nuttx/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. -- cgit v1.2.3