Revision: 40918
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40918&view=rev
Author:   brlcad
Date:     2010-10-07 02:37:10 +0000 (Thu, 07 Oct 2010)

Log Message:
-----------
let the build work even if we're configured to use our own tcl/tk because we 
need to be able to include built files in the source distribution (before tcl 
is built).

Modified Paths:
--------------
    brlcad/trunk/src/other/tkhtml/Makefile.am

Modified: brlcad/trunk/src/other/tkhtml/Makefile.am
===================================================================
--- brlcad/trunk/src/other/tkhtml/Makefile.am   2010-10-07 02:36:14 UTC (rev 
40917)
+++ brlcad/trunk/src/other/tkhtml/Makefile.am   2010-10-07 02:37:10 UTC (rev 
40918)
@@ -336,14 +336,14 @@
 # here:
 
 htmldefaultstyle.c: $(top_srcdir)/src/mkdefaultstyle.tcl
-       $(TCLSH) $(top_srcdir)/src/mkdefaultstyle.tcl > htmldefaultstyle.c
+       $(TCLSH) $(top_srcdir)/src/mkdefaultstyle.tcl > htmldefaultstyle.c || 
tclsh $(top_srcdir)/src/mkdefaultstyle.tcl > htmldefaultstyle.c
 
 
 tokenlist.txt:
        test -f tokenlist.txt || cp $(top_srcdir)/src/tokenlist.txt .
 
 htmltokens.h: tokenlist.txt
-       $(TCLSH) tokenlist.txt
+       $(TCLSH) tokenlist.txt || tclsh tokenlist.txt
 
 htmltokens.c: htmltokens.h
 
@@ -352,7 +352,7 @@
        cp $(top_srcdir)/src/cssprop.tcl .
 
 cssprop.h: cssprop.tcl
-       test -f cssprop.h || $(TCLSH) cssprop.tcl
+       test -f cssprop.h || $(TCLSH) cssprop.tcl || tclsh cssprop.tcl
 
 cssprop.c: cssprop.h
 


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

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to