Skip to content

Commit cdc5d33

Browse files
committed
some htdocs fixes
svn path=/trunk/matplotlib/; revision=472
1 parent c1d6ea0 commit cdc5d33

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

+4-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.38 2004/08/05 15:20:53 jdh2358
6+
# some htdocs fixes
7+
#
58
# Revision 1.37 2004/07/27 16:46:42 jdh2358
69
# axes connection fix
710
#
@@ -142,7 +145,7 @@ pyback:
142145

143146
htmldocs:
144147
cp examples/*.py htdocs/examples;\
145-
cp .matplotlibrc CHANGELOG NUMARRAY_ISSUES API_CHANGES htdocs/;\
148+
cp .matplotlibrc INSTALL CHANGELOG NUMARRAY_ISSUES API_CHANGES htdocs/;\
146149
${PYTHON} license.py ${VERSION} htdocs/license.html.template;\
147150
cd htdocs;\
148151
${PYTHON} process_docs.py;\

0 commit comments

Comments
 (0)