From 251d323726dba428bf8469444e4c60db0dd296dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Mon, 28 Nov 2011 15:07:42 +0100 Subject: [PATCH] Add a make dependency on PEP index generator code to generated file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d48784048..e9616b187 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ all: pep-0000.txt $(TARGETS) $(TARGETS): pep2html.py -pep-0000.txt: $(wildcard pep-????.txt) +pep-0000.txt: $(wildcard pep-????.txt) $(wildcard pep0/*.py) $(PYTHON) genpepindex.py . install: