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

Skip to content

Commit d3a1c60

Browse files
committed
added log transforms to new API
svn path=/trunk/matplotlib/; revision=62
1 parent 36d4cf0 commit d3a1c60

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

Makefile

Lines changed: 9 additions & 1 deletion
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.10 2003/11/14 00:07:29 jdh2358
6+
# added log transforms to new API
7+
#
58
# Revision 1.9 2003/11/06 23:09:53 jdh2358
69
# fixed some problems with the file release system
710
#
@@ -39,7 +42,9 @@ MODULES = matplotlib.afm matplotlib.axes matplotlib.artist \
3942
matplotlib.backend_bases matplotlib.cbook matplotlib.lines \
4043
matplotlib.patches matplotlib.matlab matplotlib.mlab \
4144
matplotlib.backends.backend_gtk matplotlib.backends.backend_gd \
42-
matplotlib.backends.backend_ps matplotlib.backends.backend_template
45+
matplotlib.backends.backend_ps matplotlib.backends.backend_template \
46+
matplotlib.backends.backend_wx
47+
4348
RELEASE = matplotlib-${VERSION}
4449

4550

@@ -66,3 +71,6 @@ release: ${DISTFILES}
6671
${PYTHON} setup.py sdist --formats=gztar,zip;\
6772
${PYTHON} setup.py bdist_wininst;
6873

74+
75+
pyback:
76+
tar cvfz pyback.tar.gz *.py matplotlib/*.py examples/*.py matplotlib/backends/*.py unit/*.py

0 commit comments

Comments
 (0)