nicolaken    2002/12/31 03:03:51

  Modified:    .        build.xml
  Log:
  Fixing doc build after a clean.
  Now it depends on the new compile target, that also makes the blocks.
  http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15619
  
  Revision  Changes    Path
  1.298     +1 -1      xml-cocoon2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.xml,v
  retrieving revision 1.297
  retrieving revision 1.298
  diff -u -r1.297 -r1.298
  --- build.xml 26 Dec 2002 18:42:52 -0000      1.297
  +++ build.xml 31 Dec 2002 11:03:50 -0000      1.298
  @@ -1262,7 +1262,7 @@
     <!-- The documentation system                                            -->
     <!-- =================================================================== -->
     <target name="docs"
  -          depends="package, prepare-docs, validate-xdocs, docs_check, docs_done"
  +          depends="compile, prepare-docs, validate-xdocs, docs_check, docs_done"
             unless="docs.notrequired"
             description="Builds the documentation">
   
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to