diff --git a/Makefile b/Makefile index d34bee830..7289bbe3f 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ all: $(TARGETS) $(TARGETS): pep2html.py install: - $(PEP2HTML) -i + echo "Installing is not necessary anymore. It will be done in post-commit." clean: -rm *.html