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

Skip to content

Commit 2b62412

Browse files
committed
small bugfixes
svn path=/trunk/matplotlib/; revision=28
1 parent 2cc871f commit 2b62412

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

Makefile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# Copyright (C) 2003 <[email protected]>
33
# $Header$
44
# $Log$
5+
# Revision 1.5 2003/09/22 14:04:46 jdh2358
6+
# small bugfixes
7+
#
58
# Revision 1.4 2003/09/15 17:54:16 jdh2358
69
# multiple backed support take II
710
#
@@ -18,7 +21,8 @@
1821
VERSION = `python setup.py --version`
1922
DISTFILES = INSTALL README TODO LICENSE CHANGELOG Makefile GOALS INTERACTIVE \
2023
MANIFEST.in matplotlib examples setup.py
21-
MODULES = artist cbook gtkutils lines patches colors text matlab figure
24+
MODULES = afm axes rrtist backend_bases cbook lines patches matlab mlab \
25+
backends.backend_gtk backends.backend_gd backends.backend_ps
2226
RELEASE = matplotlib-${VERSION}
2327

2428

@@ -31,7 +35,7 @@ clean:
3135
htmldocs:
3236
rm -f docs/*.html;\
3337
cd matplotlib;\
34-
/usr/bin/pydoc -w ${MODULES};\
38+
pydoc -w ${MODULES};\
3539
mv *.html ../docs/
3640

3741
release: ${DISTFILES}

0 commit comments

Comments
 (0)