/head: changeset 43

Using a more appropriate Makefile now
This commit is contained in:
jgoerzen
2002-06-22 05:46:25 +01:00
parent 6e50d78e72
commit 3ed574bb1d
3 changed files with 334 additions and 5 deletions

View File

@ -15,13 +15,14 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
doc:
PYTHONPATH=`pwd` pydoc2.2 dictdlib > dictdlib.txt
PYTHONPATH=`pwd` pydoc2.2 -w dictdlib
clean:
-python2.2 setup.py clean --all
-rm -f `find . -name "*~"`
-rm -f `find . -name "*.pyc"`
-rm -f `find . -name "*.pygc"`
-rm -f `find . -name "*.class"`
-rm -f `find . -name "*.bak"`
-rm -f `find . -name ".cache*"`
changelog:
cvs2cl