Revision: 45918
          http://brlcad.svn.sourceforge.net/brlcad/?rev=45918&view=rev
Author:   starseeker
Date:     2011-08-11 02:40:49 +0000 (Thu, 11 Aug 2011)

Log Message:
-----------
Check for toc.html as well, since it comes from the configure process and not 
the make process in the build directory.  May want to consider adding a copy 
build rule for things like this so make puts everything back where it belongs, 
but not a huge deal since re-running cmake takes care of it.

Modified Paths:
--------------
    brlcad/trunk/src/tclscripts/archer/Archer.tcl

Modified: brlcad/trunk/src/tclscripts/archer/Archer.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/Archer.tcl       2011-08-11 02:31:51 UTC 
(rev 45917)
+++ brlcad/trunk/src/tclscripts/archer/Archer.tcl       2011-08-11 02:40:49 UTC 
(rev 45918)
@@ -3196,7 +3196,8 @@
     set tlparent [$itk_component(archerHelp) childsite]
 
 
-    if {[file exists [file join [bu_brlcad_data "html"] books en 
BRL-CAD_Tutorial_Series-VolumeI.html]]} {
+    if {[file exists [file join [bu_brlcad_data "html"] books en 
BRL-CAD_Tutorial_Series-VolumeI.html]] &&
+        [file exists [file join [bu_brlcad_data "html"] toc.html]] } {
 
        # Table of Contents
        itk_component add archerHelpToC {


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. 
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to