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:
parent
9109c54143
commit
770d02177e
@ -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
|
||||
|
@ -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"/>
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user