Skip to content

Commit f9b0bbd

Browse files
author
Paul Barret
committed
Added a line to the htmldocs section to create the license.html.template file with the appropriate version number.
svn path=/trunk/matplotlib/; revision=261
1 parent 3e93c6a commit f9b0bbd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Makefile

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# Copyright (C) 2003 <jdhunter@ace.bsd.uchicago.edu>
33
# $Header$
44
# $Log$
5+
# Revision 1.30 2004/04/26 19:41:47 barrett
6+
# Added a line to the htmldocs section to create the license.html.template file with the appropriate version number.
7+
#
58
# Revision 1.29 2004/04/21 15:28:55 jdh2358
69
# sync to 0.53
710
#
@@ -109,7 +112,7 @@ clean:
109112

110113

111114
release: ${DISTFILES}
112-
${PYTHON} license.py ${VERSION};\
115+
${PYTHON} license.py ${VERSION} license/LICENSE;\
113116
${PYTHON} setup.py sdist --formats=gztar,zip;
114117

115118
pyback:
@@ -119,6 +122,7 @@ htmldocs:
119122

120123
cp examples/*.py htdocs/examples;\
121124
cp .matplotlibrc NUMARRAY_ISSUES API_CHANGES htdocs/;\
125+
${PYTHON} license.py ${VERSION} htdocs/license.html.template;\
122126
cd htdocs;\
123127
${PYTHON} process_docs.py;\
124128
${PYTHON} convert.py;\

0 commit comments

Comments
 (0)