Revision: 6183 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6183&view=rev Author: jdh2358 Date: 2008-10-14 13:19:31 +0000 (Tue, 14 Oct 2008)
Log Message: ----------- point to new sf web server Modified Paths: -------------- trunk/matplotlib/doc/make.py Modified: trunk/matplotlib/doc/make.py =================================================================== --- trunk/matplotlib/doc/make.py 2008-10-13 19:16:58 UTC (rev 6182) +++ trunk/matplotlib/doc/make.py 2008-10-14 13:19:31 UTC (rev 6183) @@ -16,11 +16,11 @@ def sf(): 'push a copy to the sf site' - os.system('cd build; rsync -avz html [EMAIL PROTECTED]:/home/groups/m/ma/matplotlib/htdocs/doc/ -essh') + os.system('cd build; rsync -avz html [EMAIL PROTECTED]:/home/groups/m/ma/matplotlib/htdocs/doc/ -essh') def sfpdf(): 'push a copy to the sf site' - os.system('cd build/latex; scp Matplotlib.pdf [EMAIL PROTECTED]:/home/groups/m/ma/matplotlib/htdocs/doc/') + os.system('cd build/latex; scp Matplotlib.pdf [EMAIL PROTECTED]:/home/groups/m/ma/matplotlib/htdocs/doc/') def figs(): os.system('cd users/figures/ && python make.py') This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Matplotlib-checkins mailing list Matplotlib-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins