1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00

update user guides

This commit is contained in:
Kevin Glynn 2011-12-07 10:15:42 +01:00
parent 9109c54143
commit 770d02177e
4 changed files with 11 additions and 1 deletions

View File

@ -35,4 +35,5 @@ other.msbuild.exe=xbuild
google.docs.user=kevin.glynn@twigletsoftware.com
google.docs.folder=cs2jrelease
google.docs.title=CS2JTrialUsersGuide
google.docs.title=CS2JUsersGuide
google.docs.trial.title=CS2JTrialUsersGuide

View File

@ -142,6 +142,15 @@
</git>
</target>
<target name="refreshdocs" description="Refreshes the user guides for Google Docs (need to install googlecl)">
<antcall target="getuserguide">
<param name="google.docs.title" value="CS2JTrialUsersGuide"/>
</antcall>
<antcall target="getuserguide">
<param name="google.docs.title" value="CS2JUsersGuide"/>
</antcall>
</target>
<target name="getuserguide" description="Downloads the user guide for Google Docs (need to install googlecl)">
<exec executable="google" failonerror="false">
<arg value = "docs"/>