Revision: 8070 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8070&view=rev Author: mdboom Date: 2010-01-04 14:28:57 +0000 (Mon, 04 Jan 2010)
Log Message: ----------- Fix doc 'clean' Modified Paths: -------------- branches/v0_99_maint/doc/make.py Modified: branches/v0_99_maint/doc/make.py =================================================================== --- branches/v0_99_maint/doc/make.py 2010-01-04 14:27:02 UTC (rev 8069) +++ branches/v0_99_maint/doc/make.py 2010-01-04 14:28:57 UTC (rev 8070) @@ -67,13 +67,13 @@ def clean(): shutil.rmtree("build") shutil.rmtree("examples") - for pattern in ['doc/mpl_examples/api/*.png', - 'doc/mpl_examples/pylab_examples/*.png', - 'doc/mpl_examples/pylab_examples/*.pdf', - 'doc/mpl_examples/units/*.png', - 'doc/pyplots/tex_demo.png', - 'doc/_static/matplotlibrc', - 'doc/_templates/gallery.html']: + for pattern in ['mpl_examples/api/*.png', + 'mpl_examples/pylab_examples/*.png', + 'mpl_examples/pylab_examples/*.pdf', + 'mpl_examples/units/*.png', + 'pyplots/tex_demo.png', + '_static/matplotlibrc', + '_templates/gallery.html']: for filename in glob.glob(pattern): if os.path.exists(filename): os.remove(filename) 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 Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Matplotlib-checkins mailing list Matplotlib-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins