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

Skip to content

Commit 03a16ad

Browse files
committed
more cleanup
svn path=/trunk/matplotlib/; revision=5016
1 parent e88fe42 commit 03a16ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def event_tut():
3434
os.system('pdflatex event_handling_tut.tex')
3535

3636
def clean():
37-
patterns = ['#*', '*~', '*.tex', '*.log', '*.out', '*.aux']
37+
patterns = ['#*', '*~', '*.tex', '*.log', '*.out', '*.aux', '*.pdf']
3838
for pattern in patterns:
3939
for fname in glob.glob(pattern):
4040
os.remove(fname)

0 commit comments

Comments
 (0)