<project name="p4convert" default="help"> <description> This is the build script for P4Convert's documentation. Only the most basic P4Convert properties are specified here. See the imported, generic Perforce build script to see how documentation builds are implemented. </description> <!-- determine where we're building; used when creating output directory --> <dirname property="book.build.dir" file="${ant.file.mainbuild}"/> <!-- handle properties --> <property environment="doc"/> <property file="build.properties"/> <!-- ensure that doc.build.path has been provided --> <!-- feel free to set it in this file if you're going to hold on to it for a while --> <fail unless="doc.build.path"> - Path to common doc infrastructure not set. When you execute ant, set the parameter doc.build.path: ant <target> -Ddoc.build.path=/path/to/p4-doc/manuals/_build Sync the appropriate doc infrastructure to that path from: //depot/main/p4-doc/manuals/_build alternately, set the environment variable "doc.build.path", or edit the peer file build.properties. </fail> <!-- use the generic build script to perform the transformation --> <import file="${doc.build.path}/perforce/build.xml" as="main"/> </project> <!-- vim: set ts=2 sw=2 tw=80 ai si: -->
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 10152 | alan_petersen |
Populate //guest/alan_petersen/p4convert/... from //guest/perforce_software/p4convert/.... |
||
//guest/perforce_software/p4convert/docs/build.xml | |||||
#1 | 9809 | Paul Allen |
Documentation content. Will need to publish Perforce Documentation _build (Check if Open Source compatible). |