File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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#
1821VERSION = ` python setup.py --version `
1922DISTFILES = 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
2226RELEASE = matplotlib-${VERSION}
2327
2428
3135htmldocs :
3236 rm -f docs/* .html; \
3337 cd matplotlib; \
34- /usr/bin/ pydoc -w ${MODULES} ; \
38+ pydoc -w ${MODULES} ; \
3539 mv * .html ../docs/
3640
3741release : ${DISTFILES}
You can’t perform that action at this time.
0 commit comments