[Laszlo-checkins] r7530 - openlaszlo/trunk/docs/src

ben@openlaszlo.org ben at openlaszlo.org
Wed Dec 12 17:17:26 PST 2007


Author: ben
Date: 2007-12-12 17:17:19 -0800 (Wed, 12 Dec 2007)
New Revision: 7530

Modified:
   openlaszlo/trunk/docs/src/build.xml
   openlaszlo/trunk/docs/src/contribset.dbk
Log:
Change 20071212-ben-n by ben at 45.1.59.10.in-addr.arpa on 2007-12-12 17:14:41 PST
    in /Users/ben/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Enable building contributor's guide on demand

Documentation:
There is some useful tools information in the contributor's guide. 
This change makes it possible to build just the contributor's guide,
and not the contributor's reference, by calling "ant contributors"
in docs/src. 

This does not change the fact that we don't maintain or ship
the contributor's guide; it just had some tasty information in 
it that I wanted to look at, and this was the best way to get
that information out. Someday, we should start shipping this
information again. 

Tests:
cd docs/src
ant contributors
http://localhost:8080/trunk/docs/contributors/index.html



Modified: openlaszlo/trunk/docs/src/build.xml
===================================================================
--- openlaszlo/trunk/docs/src/build.xml	2007-12-13 01:16:36 UTC (rev 7529)
+++ openlaszlo/trunk/docs/src/build.xml	2007-12-13 01:17:19 UTC (rev 7530)
@@ -1367,14 +1367,14 @@
     </foreach>
   </target>
   
-  <target name="contributors" depends="contributors.preprocess,contribref.resources,contributors.resources">
+  <target name="contributors" depends="contributors.preprocess,contributors.resources">
     <antcall target="book.html.generate" inheritAll="true">
       <param name="local.input.dir" value="${docs.output.dir}"/>
       <param name="local.input.index" value="contribindex.dbk"/>
       <param name="local.output.dir" value="${docs.output.dir}"/>
       <param name="local.output.index" value="contribindex.html"/>
       <param name="local.output.depends.dir" value="${docs.output.dir}"/>
-      <param name="local.output.depends.set" value="contribindex.html contributors/*.html contribref/*.html"/>
+      <param name="local.output.depends.set" value="contribindex.html contributors/*.html"/>
       <param name="local.worksheet" value="xsl/refguide-html.xsl"/>
     </antcall>
   </target>

Modified: openlaszlo/trunk/docs/src/contribset.dbk
===================================================================
--- openlaszlo/trunk/docs/src/contribset.dbk	2007-12-13 01:16:36 UTC (rev 7529)
+++ openlaszlo/trunk/docs/src/contribset.dbk	2007-12-13 01:17:19 UTC (rev 7530)
@@ -12,8 +12,10 @@
       <xi:fallback><para>Missing: Contributors Guide</para></xi:fallback>
     </xi:include>
 
+    <!-- don't include the reference 
     <xi:include href="contribref/index.dbk">
       <xi:fallback><para>Missing: Reference</para></xi:fallback>
     </xi:include>
+    -->
 
 </set>



More information about the Laszlo-checkins mailing list