chrisg      02/03/02 16:16:11

  Modified:    .        Tag: fop-0_20_2-maintain build.xml
               docs/xml-docs Tag: fop-0_20_2-maintain fop.xml
  Log:
  building htmldocs for dist
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.44.2.8  +4 -2      xml-fop/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/build.xml,v
  retrieving revision 1.44.2.7
  retrieving revision 1.44.2.8
  diff -u -r1.44.2.7 -r1.44.2.8
  --- build.xml 2 Mar 2002 17:20:24 -0000       1.44.2.7
  +++ build.xml 3 Mar 2002 00:16:11 -0000       1.44.2.8
  @@ -122,6 +122,7 @@
          <include name="LICENSE"/>
          <include name="README"/>
          <include name="STATUS"/>
  +       <include name="ReleaseNotes.html"/>
          <include name="fop.bat"/>
          <include name="fop.sh"/>
          <exclude name="src/**"/>
  @@ -160,6 +161,7 @@
          <include name="LICENSE"/>
          <include name="README"/>
          <include name="STATUS"/>
  +       <include name="ReleaseNotes.html"/>
          <include name="build*"/>
          <include name="fop.bat"/>
          <include name="fop.sh"/>
  @@ -671,7 +673,7 @@
     <!-- =================================================================== -->
     <target name="dist" depends="dist-src,dist-bin"/>
   
  -  <target name="dist-bin" depends="package">
  +  <target name="dist-bin" depends="package, htmldoc">
       <echo message="Building the binary distribution files (zip,tar)"/>
       <mkdir dir="${dist.bin.result.dir}"/>
       <copy todir="${dist.bin.result.dir}">
  @@ -691,7 +693,7 @@
     </target>
   
   
  -  <target name="dist-src" depends="package, javadocs">
  +  <target name="dist-src" depends="package, javadocs, htmldoc">
       <echo message="Building the source distribution files (zip,tar)"/>
       <mkdir dir="${dist.src.result.dir}"/>
       <copy todir="${dist.src.result.dir}">
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.9.2.1   +12 -9     xml-fop/docs/xml-docs/fop.xml
  
  Index: fop.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/docs/xml-docs/fop.xml,v
  retrieving revision 1.9
  retrieving revision 1.9.2.1
  diff -u -r1.9 -r1.9.2.1
  --- fop.xml   5 Oct 2001 09:44:31 -0000       1.9
  +++ fop.xml   3 Mar 2002 00:16:11 -0000       1.9.2.1
  @@ -3,26 +3,29 @@
   <book title="FOP XSL-FO documentation" copyright="1999-2001 The Apache Software 
Foundation">
     <external href="http://xml.apache.org/";  label="Home"/>
     <separator/>
  -  <page id="index"          label="Readme"      source="fop/readme.xml"/>
  -  <page id="todo"           label="TODO"    source="fop/todo.xml"    />
  +  <page id="index"          label="About FOP"      source="fop/readme.xml"/>
     <page id="download"       label="Download"    source="fop/download.xml"    />
     <page id="running"        label="Running FOP"     source="fop/running.xml"    />
  +  <page id="embedding"      label="Embedding" source="fop/embedding.xml"    />
  +  <page id="output"      label="Ouput Formats" source="fop/output.xml"    />
     <page id="implemented"    label="Features" source="fop/implemented.xml"    />
  +  <page id="todo"           label="TODO"    source="fop/todo.xml"    />
     <page id="limitations"    label="Limitations" source="fop/limitations.xml"    />
     <page id="examples"       label="Examples" source="fop/examples.xml"    />
  -  <page id="config"         label="Configuration" source="fop/configuration.xml"    
/>
  -  <page id="fonts"          label="Fonts" source="fop/fonts.xml"    />
  -  <page id="extensions"     label="Extensions" source="fop/extensions.xml"    />
  +  <separator/>
     <page id="svg"            label="SVG" source="fop/svg.xml"    />
  +  <page id="extensions"     label="Extensions" source="fop/extensions.xml"    />  
<page id="fonts"          label="Fonts" source="fop/fonts.xml"    />
  +  <page id="config"         label="Configuration" source="fop/configuration.xml"    
/>
     <separator/>
  +  <external href="design/index.html"      label="NEW DESIGN" />
  +  <page id="involved"       label="Getting involved" source="fop/involved.xml"    />
     <page id="compiling"      label="Compiling" source="fop/compiling.xml"    />
  -  <page id="embedding"      label="Embedding" source="fop/embedding.xml"    />
     <page id="testing"        label="Testing" source="fop/testing.xml"    />
  -  <page id="involved"       label="Getting involved" source="fop/involved.xml"    />
  -  <page id="architecture"   label="Architecture" source="fop/architecture.xml"/>
     <separator/>
  +  <page id="relnotes"       label="Release Notes" source="fop/relnotes.xml"    />
  +  <separator/>
  +  <faqs id="faq"            label="FAQ" source="fop/faq.xml"/>
     <page id="bugs"           label="Bugs" source="fop/bugs.xml"    />
  -  <page id="faq"            label="FAQ" source="fop/faq.xml"    />
     <page id="resources"      label="Resources" source="fop/resources.xml"    />
     <page id="license"        label="License"     source="fop/license.xml"   />
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to