[jboss-cvs] jboss-profiler/docbook ...

Clebert Suconic csuconic at jboss.com
Fri Nov 10 12:40:22 EST 2006


  User: csuconic
  Date: 06/11/10 12:40:22

  Added:       docbook   README build.xml
  Log:
  Adding docbook under jboss-profiler tree
  
  Revision  Changes    Path
  1.1      date: 2006/11/10 17:40:22;  author: csuconic;  state: Exp;jboss-profiler/docbook/README
  
  Index: README
  ===================================================================
  
  
  You must have docbook support available in the root directory to build this document (I've already included it tho - djs).
  
  cvs -d:pserver:anonymous at cvs.sourceforge.net:/cvsroot/jboss export -r HEAD docbook-support
  
  To build the docbook, just run ant and the default targets will build the pdf and HTML pages.
  
  
  
  1.1      date: 2006/11/10 17:40:22;  author: csuconic;  state: Exp;jboss-profiler/docbook/build.xml
  
  Index: build.xml
  ===================================================================
  <project name="Documentation" default="all.doc" basedir=".">
  
      <!-- Set the following property to generate the doco in the output folder -->
      <!--property name="build.dir"             value="${basedir}/../../output/docs/guide"/-->
  
      <property name="pdf.name"              value="jboss-profiler.pdf" />
      <import file="docbook-support/support.xml" />
  
      <target name="all.doc" depends="clean">
          <antcall target="lang.all"><param name="lang" value="en"/></antcall>
      </target>
          
      <!-- Use this alternate target to enable uptodate checking, i.e.
           don't generate docs if nothing has changed
      <target name="all.doc">
          <antcall target="lang.all.run"><param name="lang" value="en"/></antcall>
      </target>
      -->
  
  </project>
  
  
  



More information about the jboss-cvs-commits mailing list