[Zope-CVS] CVS: PythonNet - makefile:1.6 makefile.mono:1.2
Brian Lloyd
brian@zope.com
Thu, 24 Jul 2003 19:59:28 -0400
Update of /cvs-repository/PythonNet
In directory cvs.zope.org:/tmp/cvs-serv25518
Modified Files:
makefile makefile.mono
Log Message:
makefile fixes
=== PythonNet/makefile 1.5 => 1.6 ===
--- PythonNet/makefile:1.5 Thu Jul 24 19:54:51 2003
+++ PythonNet/makefile Thu Jul 24 19:59:23 2003
@@ -56,6 +56,7 @@
cd src; cd testing; rm -f *~; cd ..; cd ..;
cd src; cd tools; rm -f *~; cd ..; cd ..;
cd tests; cd python; rm -f *.pyc; rm -f *~; cd ..; cd ..;
+ cd doc; rm -f *~; cd ..;
test:
=== PythonNet/makefile.mono 1.1 => 1.2 ===
--- PythonNet/makefile.mono:1.1 Thu Jul 24 19:54:51 2003
+++ PythonNet/makefile.mono Thu Jul 24 19:59:23 2003
@@ -56,6 +56,7 @@
cd src; cd testing; rm -f *~; cd ..; cd ..;
cd src; cd tools; rm -f *~; cd ..; cd ..;
cd tests; cd python; rm -f *.pyc; rm -f *~; cd ..; cd ..;
+ cd doc; rm -f *~; cd ..;
test: