[Laszlo-checkins] r6890 - openlaszlo/branches/paperpie/docs/src

ben@openlaszlo.org ben at openlaszlo.org
Wed Oct 17 12:55:10 PDT 2007


Author: ben
Date: 2007-10-17 12:50:33 -0700 (Wed, 17 Oct 2007)
New Revision: 6890

Modified:
   openlaszlo/branches/paperpie/docs/src/build.xml
Log:
Change 20071017-ben-p by ben at slim.local on 2007-10-17 12:45:52 PDT
    in /Users/ben/src/svn/openlaszlo/branches/paperpie
    for http://svn.openlaszlo.org/openlaszlo/branches/paperpie

Summary: Put the improved reference nav into the built reference directory

Documentation:
I had forgotten to actually call the ant task that puts the reference
nav into the reference output directory. I have corrected that with 
this checkin, by explicitly calling the reference.frameset.generate 
target. 

Release Notes:

Details:
    

Tests:
ant clean build doc
http://localhost:8080/paperpie/docs/reference/    shows the left-nav app. 



Modified: openlaszlo/branches/paperpie/docs/src/build.xml
===================================================================
--- openlaszlo/branches/paperpie/docs/src/build.xml	2007-10-17 19:41:51 UTC (rev 6889)
+++ openlaszlo/branches/paperpie/docs/src/build.xml	2007-10-17 19:50:33 UTC (rev 6890)
@@ -1315,7 +1315,7 @@
   -->
 
   <target name="build" description="Make the documentation"
-          depends="users,contributors"
+          depends="users,contributors,reference.frameset.generate"
           unless="skip.doc"/> 
 
   <target name="clean" description="clean up generated files"



More information about the Laszlo-checkins mailing list