Add a make dependency on PEP index generator code to generated file

This commit is contained in:
Éric Araujo 2011-11-28 15:07:42 +01:00
parent db7d5f7127
commit 251d323726
1 changed files with 1 additions and 1 deletions

View File

@ -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: