[Yt-svn] yt-commit r717 - branches/yt-1.0/doc

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Thu Jul 31 16:12:08 PDT 2008


Author: mturk
Date: Thu Jul 31 16:12:08 2008
New Revision: 717
URL: http://yt.spacepope.org/changeset/717

Log:
Change the root path of the docs_html.zip file.



Modified:
   branches/yt-1.0/doc/README
   branches/yt-1.0/doc/wipe_svn.sh

Modified: branches/yt-1.0/doc/README
==============================================================================
--- branches/yt-1.0/doc/README	(original)
+++ branches/yt-1.0/doc/README	Thu Jul 31 16:12:08 2008
@@ -14,4 +14,4 @@
 
 unzip docs_html.zip
 
-Then open build/html/index.html . 
+Then open index.html with your favorite web browser, and be off!

Modified: branches/yt-1.0/doc/wipe_svn.sh
==============================================================================
--- branches/yt-1.0/doc/wipe_svn.sh	(original)
+++ branches/yt-1.0/doc/wipe_svn.sh	Thu Jul 31 16:12:08 2008
@@ -17,4 +17,5 @@
 echo
 svn stat ../examples/
 
-zip -r docs_html.zip build/html/
+cd ./build/html/
+zip -r ../../docs_html.zip .



More information about the yt-svn mailing list