Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 01efb02

Browse files
committed
Merged revisions 8070 via svnmerge from
https://matplotlib.svn.sf.net/svnroot/matplotlib/branches/v0_99_maint ........ r8070 | mdboom | 2010-01-04 09:28:57 -0500 (Mon, 04 Jan 2010) | 1 line Fix doc 'clean' ........ svn path=/trunk/matplotlib/; revision=8071
1 parent 18fa52f commit 01efb02

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

doc/make.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ def latex():
6767
def clean():
6868
shutil.rmtree("build")
6969
shutil.rmtree("examples")
70-
for pattern in ['doc/mpl_examples/api/*.png',
71-
'doc/mpl_examples/pylab_examples/*.png',
72-
'doc/mpl_examples/pylab_examples/*.pdf',
73-
'doc/mpl_examples/units/*.png',
74-
'doc/pyplots/tex_demo.png',
75-
'doc/_static/matplotlibrc',
76-
'doc/_templates/gallery.html']:
70+
for pattern in ['mpl_examples/api/*.png',
71+
'mpl_examples/pylab_examples/*.png',
72+
'mpl_examples/pylab_examples/*.pdf',
73+
'mpl_examples/units/*.png',
74+
'pyplots/tex_demo.png',
75+
'_static/matplotlibrc',
76+
'_templates/gallery.html']:
7777
for filename in glob.glob(pattern):
7878
if os.path.exists(filename):
7979
os.remove(filename)

0 commit comments

Comments
 (0)