diff --git a/Makefile b/Makefile index d4f5588c7..d34bee830 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,8 @@ TARGETS=$(patsubst %.txt,%.html,$(wildcard pep-*.txt)) all: $(TARGETS) +$(TARGETS): pep2html.py + install: $(PEP2HTML) -i