Author: Derick Rethans
Date: 2006-11-27 14:50:22 +0100 (Mon, 27 Nov 2006)
New Revision: 4084

Log:
- Fixed doc building script.

Modified:
   scripts/build-downloadable-docs.sh

Modified: scripts/build-downloadable-docs.sh
===================================================================
--- scripts/build-downloadable-docs.sh  2006-11-27 13:36:01 UTC (rev 4083)
+++ scripts/build-downloadable-docs.sh  2006-11-27 13:50:22 UTC (rev 4084)
@@ -153,7 +153,7 @@
                extra1=""
                extra2=""
                for t in $i/docs/*.txt; do
-                       output_name=`echo $t | cut -d / -f 4 | sed 
's/.txt/.html/'`;
+                       output_name=`echo $t | cut -d / -f 5 | sed 
's/.txt/.html/'`;
                        if test $output_name != "tutorial.html"; then
                                if test $output_name != "docs"; then
                                        echo -n "  - Rendering extra doc 
'$output_name' to $release/${comp}_${output_name}"

-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to