File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ website:
5050 (cd docs && $( MAKE) html SPHINXOPTS=" -c sphinx/web" BUILDDIR=" website/es" LANGUAGE=" es" )
5151
5252installwebsite : website
53- (cd docs/website/en/html && rsync --rsh=ssh --archive --delete --verbose . www.doughellmann.com:/var/www/doughellmann/DocumentRoot/docs/virtualenvwrapper/)
54- (cd docs/website/es/html && rsync --rsh=ssh --archive --delete --verbose . www.doughellmann.com:/var/www/doughellmann/DocumentRoot/docs/virtualenvwrapper/es/)
53+ (cd docs/website/en && rsync --rsh=ssh --archive --delete --verbose . www.doughellmann.com:/var/www/doughellmann/DocumentRoot/docs/virtualenvwrapper/)
54+ (cd docs/website/es && rsync --rsh=ssh --archive --delete --verbose . www.doughellmann.com:/var/www/doughellmann/DocumentRoot/docs/virtualenvwrapper/es/)
5555
5656# Register the new version on pypi
5757.PHONY : register
Original file line number Diff line number Diff line change 22Release History
33===============
44
5+ Dev
6+
7+ - Added `Spanish translation for the documentation
8+ <http://www.doughellmann.com/docs/virtualenvwrapper/es/> `__ via
9+ Manuel Kaufmann's fork at
10+ http://bitbucket.org/humitos/virtualenvwrapper-es-translation/
11+
5122.1
613
714 - Add support for ksh. Thanks to Doug Latornell for doing the
Original file line number Diff line number Diff line change @@ -198,6 +198,9 @@ Rich Leland has created a short `screencast
198198<http://mathematism.com/2009/jul/30/presentation-pip-and-virtualenv/> `__
199199showing off the features of virtualenvwrapper.
200200
201+ Manuel Kaufmann has `translated this documentation into Spanish
202+ <http://www.doughellmann.com/docs/virtualenvwrapper/es/> `__.
203+
201204=======
202205License
203206=======
You can’t perform that action at this time.
0 commit comments