File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 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
111114release : ${DISTFILES}
112- ${PYTHON} license.py ${VERSION} ; \
115+ ${PYTHON} license.py ${VERSION} license/LICENSE ; \
113116 ${PYTHON} setup.py sdist --formats=gztar,zip;
114117
115118pyback :
@@ -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;\
You can’t perform that action at this time.
0 commit comments