Author: Derick Rethans
Date: 2006-01-27 14:47:44 +0100 (Fri, 27 Jan 2006)
New Revision: 2060

Log:
- Fixed links (Again)

Modified:
   scripts/build-docs.sh
   scripts/render-tutorial.php

Modified: scripts/build-docs.sh
===================================================================
--- scripts/build-docs.sh       2006-01-27 13:41:52 UTC (rev 2059)
+++ scripts/build-docs.sh       2006-01-27 13:47:44 UTC (rev 2060)
@@ -91,9 +91,9 @@
 
        else
                echo '<div class="attribute-heading"><h1>'$comp'</h1></div>' > 
/home/httpd/html/components/phpdoc_gen/ezcomponents/$1/introduction_$comp.html
-               echo '<b>[ <a href="introduction_'$i'.html" 
class="menu">Tutorial</a> ]</b>' >> 
/home/httpd/html/components/phpdoc_gen/ezcomponents/$1/introduction_$comp.html
-               echo '<b>[ <a href="classtrees_'$i'.html" class="menu">Class 
tree</a> ]</b>' >> 
/home/httpd/html/components/phpdoc_gen/ezcomponents/$1/introduction_$comp.html
-               echo '<b>[ <a href="elementindex_'$i'.html" 
class="menu">Element index</a> ]</b>' >> 
/home/httpd/html/components/phpdoc_gen/ezcomponents/$1/introduction_$comp.html
+               echo '<b>[ <a href="introduction_'$comp'.html" 
class="menu">Tutorial</a> ]</b>' >> 
/home/httpd/html/components/phpdoc_gen/ezcomponents/$1/introduction_$comp.html
+               echo '<b>[ <a href="classtrees_'$comp'.html" class="menu">Class 
tree</a> ]</b>' >> 
/home/httpd/html/components/phpdoc_gen/ezcomponents/$1/introduction_$comp.html
+               echo '<b>[ <a href="elementindex_'$comp'.html" 
class="menu">Element index</a> ]</b>' >> 
/home/httpd/html/components/phpdoc_gen/ezcomponents/$1/introduction_$comp.html
                echo "<h1>No introduction available for $comp</h1>" >> 
/home/httpd/html/components/phpdoc_gen/ezcomponents/$1/introduction_$comp.html
        fi
 

Modified: scripts/render-tutorial.php
===================================================================
--- scripts/render-tutorial.php 2006-01-27 13:41:52 UTC (rev 2059)
+++ scripts/render-tutorial.php 2006-01-27 13:47:44 UTC (rev 2060)
@@ -61,7 +61,7 @@
 
 // Copying images
 `mkdir -p $targetDir/img`;
-`cp $component/trunk/docs/img/*.* $targetDir/img/ > /dev/null`;
+`cp $component/trunk/docs/img/*.* $targetDir/img/ 2>/dev/null`;
 
 function getRstOutput( $component )
 {

-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to