|
1 | 1 | # Makefile for matplotlib |
2 | | -# Copyright (C) 2003 <jdhunter@ace.bsd.uchicago.edu> |
3 | | -# $Header$ |
4 | | -# $Log$ |
5 | | -# Revision 1.40 2004/09/28 18:23:36 jdh2358 |
6 | | -# memleak tests |
7 | | -# |
8 | | -# Revision 1.39 2004/09/24 15:24:31 jdh2358 |
9 | | -# reorganizes py code |
10 | | -# |
11 | | -# Revision 1.38 2004/08/05 15:20:53 jdh2358 |
12 | | -# some htdocs fixes |
13 | | -# |
14 | | -# Revision 1.37 2004/07/27 16:46:42 jdh2358 |
15 | | -# axes connection fix |
16 | | -# |
17 | | -# Revision 1.36 2004/07/09 16:27:34 jdh2358 |
18 | | -# make clean purges svg |
19 | | -# |
20 | | -# Revision 1.35 2004/06/15 17:29:53 jdh2358 |
21 | | -# fixed bad scaling with singleton plots |
22 | | -# |
23 | | -# Revision 1.34 2004/06/09 13:47:55 jdh2358 |
24 | | -# added CXX ft2font |
25 | | -# |
26 | | -# Revision 1.33 2004/05/19 19:55:18 jdh2358 |
27 | | -# sync to 0.54 |
28 | | -# |
29 | | -# Revision 1.32 2004/05/17 15:08:44 jdh2358 |
30 | | -# updated goals and what's new |
31 | | -# |
32 | | -# Revision 1.31 2004/05/04 20:39:16 jdh2358 |
33 | | -# fixed makefile and some text bugs |
34 | | -# |
35 | | -# Revision 1.30 2004/04/26 19:41:47 barrett |
36 | | -# Added a line to the htmldocs section to create the license.html.template file with the appropriate version number. |
37 | | -# |
38 | | -# Revision 1.29 2004/04/21 15:28:55 jdh2358 |
39 | | -# sync to 0.53 |
40 | | -# |
41 | | -# Revision 1.28 2004/04/20 22:53:37 jdh2358 |
42 | | -# removed tz info from dates; updated htdocs |
43 | | -# |
44 | | -# Revision 1.27 2004/04/20 11:32:35 jdh2358 |
45 | | -# added finance module |
46 | | -# |
47 | | -# Revision 1.26 2004/03/16 20:26:36 jdh2358 |
48 | | -# sync to 0.52 release |
49 | | -# |
50 | | -# Revision 1.25 2004/03/15 14:49:46 jdh2358 |
51 | | -# updated image to work with data coords; moved image extendsion to _image |
52 | | -# |
53 | | -# Revision 1.24 2004/03/08 14:56:44 jdh2358 |
54 | | -# fixed subplot bug |
55 | | -# |
56 | | -# Revision 1.23 2004/02/27 14:47:46 jdh2358 |
57 | | -# added matplotlibrc and tk win32 compile fixes |
58 | | -# |
59 | | -# Revision 1.22 2004/02/18 18:11:24 jdh2358 |
60 | | -# updated setepext to work with darwin |
61 | | -# |
62 | | -# Revision 1.21 2004/02/17 15:10:43 jdh2358 |
63 | | -# updating to 0.50 |
64 | | -# |
65 | | -# Revision 1.20 2004/02/16 18:04:55 jdh2358 |
66 | | -# fexed wx to work on windows and linux |
67 | | -# |
68 | | -# Revision 1.19 2004/02/11 19:16:01 jdh2358 |
69 | | -# reorganized table |
70 | | -# |
71 | | -# Revision 1.18 2004/02/11 00:07:44 jdh2358 |
72 | | -# relocated gtkgd ext mod |
73 | | -# |
74 | | -# Revision 1.17 2004/01/30 21:33:19 jdh2358 |
75 | | -# last changes for 0.50e |
76 | | -# |
77 | | -# Revision 1.16 2004/01/30 19:58:53 jdh2358 |
78 | | -# update... |
79 | | -# |
80 | | -# Revision 1.15 2004/01/30 18:20:55 jdh2358 |
81 | | -# renamed backend_gtk2 to backend_gtkgd |
82 | | -# |
83 | | -# Revision 1.14 2004/01/29 19:26:46 jdh2358 |
84 | | -# added API_CHANGES to htdocs |
85 | | -# |
86 | | -# Revision 1.13 2004/01/27 16:18:08 jdh2358 |
87 | | -# updated README and INSTALL |
88 | | -# |
89 | | -# Revision 1.12 2004/01/26 18:27:46 jdh2358 |
90 | | -# more ps and text API fixes |
91 | | -# |
92 | | -# Revision 1.11 2003/11/19 16:45:09 jdh2358 |
93 | | -# updated plotting commands list |
94 | | -# |
95 | | -# Revision 1.10 2003/11/14 00:07:29 jdh2358 |
96 | | -# added log transforms to new API |
97 | | -# |
98 | | -# Revision 1.9 2003/11/06 23:09:53 jdh2358 |
99 | | -# fixed some problems with the file release system |
100 | | -# |
101 | | -# Revision 1.8 2003/10/23 15:42:43 jdh2358 |
102 | | -# fixed figure text clip bug |
103 | | -# |
104 | | -# Revision 1.7 2003/10/18 17:54:26 jdh2358 |
105 | | -# fixed interactive2 and several small bugs |
106 | | -# |
107 | | -# Revision 1.6 2003/09/30 16:15:33 jdh2358 |
108 | | -# added legend |
109 | | -# |
110 | | -# Revision 1.5 2003/09/22 14:04:46 jdh2358 |
111 | | -# small bugfixes |
112 | | -# |
113 | | -# Revision 1.4 2003/09/15 17:54:16 jdh2358 |
114 | | -# multiple backed support take II |
115 | | -# |
116 | | -# Revision 1.3 2003/05/12 19:56:54 jdh2358 |
117 | | -# update license to version 2 and the docs |
118 | | -# |
119 | | -# Revision 1.2 2003/05/12 15:53:48 jdh2358 |
120 | | -# update matplotlib |
121 | | -# |
122 | | -# Revision 1.1 2003/05/12 15:50:11 jdh2358 |
123 | | -# adding Makefile, releases, docs |
124 | | -# |
125 | 2 |
|
126 | 3 | PYTHON = /usr/local/bin/python2.3 |
127 | 4 | VERSION = `${PYTHON} setup.py --version` |
@@ -149,14 +26,6 @@ release: ${DISTFILES} |
149 | 26 | pyback: |
150 | 27 | tar cvfz pyback.tar.gz *.py lib src examples/*.py unit/*.py |
151 | 28 |
|
152 | | -htmldocs: |
153 | | - cp examples/*.py htdocs/examples;\ |
154 | | - cp -a .matplotlibrc INSTALL CHANGELOG NUMARRAY_ISSUES API_CHANGES lib/matplotlib htdocs/;\ |
155 | | - ${PYTHON} license.py ${VERSION} htdocs/license.html.template;\ |
156 | | - cd htdocs;\ |
157 | | - ${PYTHON} process_docs.py;\ |
158 | | - ${PYTHON} convert.py;\ |
159 | | - tar cfz site.tar.gz *.html screenshots tut examples gd .matplotlibrc CHANGELOG NUMARRAY_ISSUES API_CHANGES; |
160 | 29 |
|
161 | 30 |
|
162 | 31 |
|
|
0 commit comments