Thanks!
br...@apache.org wrote on Tue, Aug 28, 2012 at 09:46:06 -0000: > Author: brane > Date: Tue Aug 28 09:46:05 2012 > New Revision: 1378043 > > URL: http://svn.apache.org/viewvc?rev=1378043&view=rev > Log: > * build.conf: Attempt do document target declaration parameters. > > Modified: > subversion/trunk/build.conf > > Modified: subversion/trunk/build.conf > URL: > http://svn.apache.org/viewvc/subversion/trunk/build.conf?rev=1378043&r1=1378042&r2=1378043&view=diff > ============================================================================== > --- subversion/trunk/build.conf (original) > +++ subversion/trunk/build.conf Tue Aug 28 09:46:05 2012 > @@ -83,6 +83,27 @@ swig-checkout-files = common.swg swigrun > # > # BUILD TARGETS > # > +# Target parameters: > +# description - optional build target description > +# type - the target type, defines how to build it > +# when - the name of an autoconf-substed variable that muset > be > +# defined to either "true" or "false", that determines > +# whether this target should be built and installed. > +# path - relative path to target sources > +# sources - explicit list of target sources > +# install - the installation group/type > +# manpages - the man pages associated with this target > +# libs - libraries that this target depends on > +# nonlibs - dependencies that are not linked into the target > +# lang - bindings for language $(lang) > +# msvc-libs - additional libraries to link with on Windows > +# msvc-export - additional list of files to expose in dsp/vc(x)proj > +# msvc-static - visual studio target produces only a static lib > +# add-deps - expands to additional autoconf-defined dependencies > +# add-install-deps - like add-deps, but for the install step > +# external-lib - expands to additional autoconf-defined libs > +# external-project - visual studio project to depend on > +# > > # The subversion command-line client > [svn] > >