julen / translate forked from egparedes/translate

Toolkit assisting in the localization of software

This URL has Read+Write access

julen (author)
Sat Nov 22 04:54:00 -0800 2008
commit  e05b7b25a7dc733353b233b66ed4789bc6b78000
tree    2f35d4167f20124a704660e993e241f231ced101
parent  24c466f4605dc7f61b1fc4d02b9a312e1dc81aee
translate / doc / gen_api_docs.sh
100755 19 lines (15 sloc) 0.488 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh
 
# The translate toolkit must be in your PYTHONPATH when you
# build these documents. Either install them or run:
# . setpath
#
# The script will then find them, build docs and export them
# to sourceforge.
#
# You should also have a setup in .ssh/config that defines
# sftranslate as your sourceforge account for the translate
# project.
 
outputdir=apidocs/
 
rm -rf $outputdir
epydoc --config=epydoc-config.ini
rsync -az -e ssh --delete $outputdir sftranslate:htdocs/doc/api