Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d6ea0 commit cdc5d33Copy full SHA for cdc5d33
1 file changed
Makefile
@@ -2,6 +2,9 @@
2
# Copyright (C) 2003 <[email protected]>
3
# $Header$
4
# $Log$
5
+# Revision 1.38 2004/08/05 15:20:53 jdh2358
6
+# some htdocs fixes
7
+#
8
# Revision 1.37 2004/07/27 16:46:42 jdh2358
9
# axes connection fix
10
#
@@ -142,7 +145,7 @@ pyback:
142
145
143
146
htmldocs:
144
147
cp examples/*.py htdocs/examples;\
- cp .matplotlibrc CHANGELOG NUMARRAY_ISSUES API_CHANGES htdocs/;\
148
+ cp .matplotlibrc INSTALL CHANGELOG NUMARRAY_ISSUES API_CHANGES htdocs/;\
149
${PYTHON} license.py ${VERSION} htdocs/license.html.template;\
150
cd htdocs;\
151
${PYTHON} process_docs.py;\
0 commit comments