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

Skip to content

Commit 881126b

Browse files
committed
update...
svn path=/trunk/matplotlib/; revision=120
1 parent 5506786 commit 881126b

1 file changed

Lines changed: 13 additions & 8 deletions

File tree

Makefile

Lines changed: 13 additions & 8 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.16 2004/01/30 19:58:53 jdh2358
6+
# update...
7+
#
58
# Revision 1.15 2004/01/30 18:20:55 jdh2358
69
# renamed backend_gtk2 to backend_gtkgd
710
#
@@ -57,23 +60,25 @@ DISTFILES = API_CHANGES KNOWN_BUGS INSTALL README TODO LICENSE \
5760
MANIFEST.in matplotlib examples setup.py
5861

5962
MODULES = \
60-
matplotlib.afm \
61-
matplotlib.axis \
62-
matplotlib.axes \
6363
matplotlib.artist \
64+
matplotlib.axes \
65+
matplotlib.axis \
6466
matplotlib.backend_bases \
67+
matplotlib.backends.backend_gd \
68+
matplotlib.backends.backend_gtk \
69+
matplotlib.backends.backend_gtkgd \
70+
matplotlib.backends.backend_ps \
71+
matplotlib.backends.backend_template \
6572
matplotlib.cbook \
73+
matplotlib.figure \
6674
matplotlib.legend \
6775
matplotlib.lines \
68-
matplotlib.patches \
6976
matplotlib.matlab \
7077
matplotlib.mlab \
78+
matplotlib.patches \
7179
matplotlib.text \
7280
matplotlib.transforms \
73-
matplotlib.backends.backend_gtk \
74-
matplotlib.backends.backend_gd \
75-
matplotlib.backends.backend_ps \
76-
matplotlib.backends.backend_template \
81+
matplotlib.afm \
7782
matplotlib.backends.backend_wx
7883

7984
RELEASE = matplotlib-${VERSION}

0 commit comments

Comments
 (0)