summaryrefslogtreecommitdiff
path: root/nuttx/tools
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-10 13:52:03 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-10 13:52:03 -0600
commit833bd13b440eed10cd434961bfbb574a124194a6 (patch)
treedbf3dfd1a75696e567ad35e78787d53a39a2345d /nuttx/tools
parent68b1cfae50898dcccc46a8796abf7456871549a4 (diff)
downloadnuttx-833bd13b440eed10cd434961bfbb574a124194a6.tar.gz
nuttx-833bd13b440eed10cd434961bfbb574a124194a6.tar.bz2
nuttx-833bd13b440eed10cd434961bfbb574a124194a6.zip
Release script no longer tries to keep copies of the ChangeLog and TODO list in the Documentation directory
Diffstat (limited to 'nuttx/tools')
-rwxr-xr-xnuttx/tools/zipme.sh3
1 files changed, 0 insertions, 3 deletions
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.