Author: crossley
Date: Sat Apr 7 20:01:37 2007
New Revision: 526514
URL: http://svn.apache.org/viewvc?view=rev&rev=526514
Log:
Fix pathname for instruction.
Modified:
forrest/trunk/site-author/content/xdocs/procedures/How_to_publish_docs.xml
Modified:
forrest/trunk/site-author/content/xdocs/procedures/How_to_publish_docs.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/procedures/How_to_publish_docs.xml?view=diff&rev=526514&r1=526513&r2=526514
==============================================================================
--- forrest/trunk/site-author/content/xdocs/procedures/How_to_publish_docs.xml
(original)
+++ forrest/trunk/site-author/content/xdocs/procedures/How_to_publish_docs.xml
Sat Apr 7 20:01:37 2007
@@ -134,7 +134,7 @@
<p>Note that forrestbot does not remove docs from the forrest/site SVN
(FOR-392).
So need to manually delete: 'cd /svn/forrest/site; svn delete
oldDoc'.
Then remove it from the forrestbot work directories:
- 'cd $FORREST_HOME; rm build/forrest-docs/oldDoc; rm
work/svn-deploy/forrest-docs/oldDoc'.
+ 'cd $FORREST_HOME/site-author; rm build/forrest-docs/oldDoc; rm
work/svn-deploy/forrest-docs/oldDoc'.
</p>
<p>
The generated docs are in build/forrest-docs
@@ -144,7 +144,7 @@
<source>
forrest -f publish.xml build
svn update work/svn-deploy/forrest-docs
-diff -rq build/forrest-docs work/svn-deploy/forrest-docs | grep -v
"\.svn"</source>
+diff -rq build/forrest-docs work/svn-deploy/forrest-docs | grep -v
"\.svn"</source> | grep differ
</section>