[Python-checkins] r42051 - peps/trunk/Makefile
martin.v.loewis
python-checkins at python.org
Sun Jan 15 08:29:32 CET 2006
Author: martin.v.loewis
Date: Sun Jan 15 08:29:30 2006
New Revision: 42051
Modified:
peps/trunk/Makefile
Log:
Clean install: rule.
Modified: peps/trunk/Makefile
==============================================================================
--- peps/trunk/Makefile (original)
+++ peps/trunk/Makefile Sun Jan 15 08:29:30 2006
@@ -17,7 +17,7 @@
$(TARGETS): pep2html.py
install:
- $(PEP2HTML) -i
+ echo "Installing is not necessary anymore. It will be done in post-commit."
clean:
-rm *.html
More information about the Python-checkins
mailing list