File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 2
2
# Copyright (C) 2003 <jdhunter@ace.bsd.uchicago.edu>
3
3
# $Header$
4
4
# $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
+ #
5
8
# Revision 1.29 2004/04/21 15:28:55 jdh2358
6
9
# sync to 0.53
7
10
#
@@ -109,7 +112,7 @@ clean:
109
112
110
113
111
114
release : ${DISTFILES}
112
- ${PYTHON} license.py ${VERSION} ; \
115
+ ${PYTHON} license.py ${VERSION} license/LICENSE ; \
113
116
${PYTHON} setup.py sdist --formats=gztar,zip;
114
117
115
118
pyback :
@@ -119,6 +122,7 @@ htmldocs:
119
122
120
123
cp examples/*.py htdocs/examples;\
121
124
cp .matplotlibrc NUMARRAY_ISSUES API_CHANGES htdocs/;\
125
+ ${PYTHON} license.py ${VERSION} htdocs/license.html.template;\
122
126
cd htdocs;\
123
127
${PYTHON} process_docs.py;\
124
128
${PYTHON} convert.py;\
You can’t perform that action at this time.
0 commit comments