[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Re: building docs

From: Lübbe Onken | RA Consulting <l.onken_at_rac.de>
Date: Fri, 4 Apr 2008 08:49:51 +0200

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Jean-Marc,
 
the doc.build.user file is used to set your local paths (in nant variables) which supersede the settings in doc.build. I also use it to tell NAnt to build only one language or one output format.
 
Here's mine:
 
<project name="customize.user">
 <description>Customization layer for build file</description>
 
  <include buildfile="../version.build"/>
 <call target="setversioninfo"/>
 
<!--
 <property name="languages" value="en,de" />
 <property name="languages" value="zh_CN" />
  <property name="applications" value="TortoiseMerge,TortoiseSVN" />
  <property name="applications" value="TortoiseSVN" />
  <property name="applications" value="TortoiseMerge"/>
 <property name="docformats" value="chm" />
- -->
  <property name="applications" value="TortoiseSVN" />
 <property name="spellcheck" value="true"/>
 <property name="docformats" value="pdf" />
 <property name="languages" value="de" />
 
 <!-- ============================================================ -->
 <!-- Paths to the binaries -->
 <property name="path.bin" value="C:\DocTools\bin"/>
 <property name="path.fop" value="C:\DocTools\fop"/>
 
 <!-- Forward slashes necessary in this path!!! -->
 <property name="path.xsl" value="C:/DocTools/xsl"/>
 <property name="path.gettext" value="C:\Programme\dxgettext"/>
 <property name="path.subwcrev" value="C:\Programme\TortoiseSVN/bin"/>
 <property name="path.spellcheck" value="C:\Programme\Aspell\bin\Aspell.exe"/>"
 
 <property name="bindirextension" value=""/>
 
</project>

Cheers
- -Lübbe

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)

iD8DBQFH9c+Lm8gezyP1EasRAtuwAJ4nePtmRw1Yfs4TBjTYLmrpDCN2mQCfamHl
oq4mPh0FZzINOqs5wgZGGkQ=
=9w+5
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: dev-help_at_tortoisesvn.tigris.org
Received on 2008-04-04 08:50:11 CEST

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.