Skip to content

Commit d09e2a8

Browse files
committed
update matplotlib
svn path=/trunk/matplotlib/; revision=11
1 parent 7e079af commit d09e2a8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Makefile

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# Copyright (C) 2003 <jdhunter@ace.bsd.uchicago.edu>
33
# $Header$
44
# $Log$
5+
# Revision 1.2 2003/05/12 15:53:48 jdh2358
6+
# update matplotlib
7+
#
58
# Revision 1.1 2003/05/12 15:50:11 jdh2358
69
# adding Makefile, releases, docs
710
#
@@ -15,15 +18,14 @@ RELEASE = matplotlib-${VERSION}
1518

1619
clean:
1720
python setup.py clean;
18-
rm -rf build dist;
1921
find . \( -name "*~" -o -name "*.pyc" \) | xargs rm -f;
2022
find examples -name "*.png" | xargs rm -f;
2123
find matplotlib -name "*.png" | xargs rm -f;
2224

2325
htmldocs:
24-
rm -f docs/*;
25-
cd matplotlib;
26-
pydoc -w ${MODULES};
26+
rm -f docs/*.html;\
27+
cd matplotlib;\
28+
pydoc -w ${MODULES};\
2729
mv *.html ../docs/
2830

2931
release: ${DISTFILES}

0 commit comments

Comments
 (0)