Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e88fe42 commit 03a16adCopy full SHA for 03a16ad
1 file changed
doc/make.py
@@ -34,7 +34,7 @@ def event_tut():
34
os.system('pdflatex event_handling_tut.tex')
35
36
def clean():
37
- patterns = ['#*', '*~', '*.tex', '*.log', '*.out', '*.aux']
+ patterns = ['#*', '*~', '*.tex', '*.log', '*.out', '*.aux', '*.pdf']
38
for pattern in patterns:
39
for fname in glob.glob(pattern):
40
os.remove(fname)
0 commit comments