Skip to content

Commit

Permalink
Added a line to the htmldocs section to create the license.html.templ…
Browse files Browse the repository at this point in the history
…ate file with the appropriate version number.

svn path=/trunk/matplotlib/; revision=261
  • Loading branch information
Paul Barret committed Apr 26, 2004
1 parent 3e93c6a commit f9b0bbd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# Copyright (C) 2003 <jdhunter@ace.bsd.uchicago.edu>
# $Header$
# $Log$
# Revision 1.30 2004/04/26 19:41:47 barrett
# Added a line to the htmldocs section to create the license.html.template file with the appropriate version number.
#
# Revision 1.29 2004/04/21 15:28:55 jdh2358
# sync to 0.53
#
Expand Down Expand Up @@ -109,7 +112,7 @@ clean:


release: ${DISTFILES}
${PYTHON} license.py ${VERSION};\
${PYTHON} license.py ${VERSION} license/LICENSE;\
${PYTHON} setup.py sdist --formats=gztar,zip;

pyback:
Expand All @@ -119,6 +122,7 @@ htmldocs:

cp examples/*.py htdocs/examples;\
cp .matplotlibrc NUMARRAY_ISSUES API_CHANGES htdocs/;\
${PYTHON} license.py ${VERSION} htdocs/license.html.template;\
cd htdocs;\
${PYTHON} process_docs.py;\
${PYTHON} convert.py;\
Expand Down

0 comments on commit f9b0bbd

Please sign in to comment.