Explain why pushd and popd are needed when making tiny_mce.zip.
authorTodd Larsen <tlarsen@google.com>
Tue, 16 Sep 2008 18:02:09 +0000
changeset 160 269462f166ef
parent 159 451f39c0e1aa
child 161 f4af04306890
Explain why pushd and popd are needed when making tiny_mce.zip.
scripts/make_release.sh
--- a/scripts/make_release.sh	Tue Sep 16 18:00:55 2008 +0000
+++ b/scripts/make_release.sh	Tue Sep 16 18:02:09 2008 +0000
@@ -49,6 +49,7 @@
 # We prune:
 # - .svn subdirectories for obvious reasons.
 
+# zipserve requires tiny_mce/* to be in root of zip file
 pushd tiny_mce > /dev/null
 zip -q ../tiny_mce.zip `find . \
     -name .svn -prune -o \