Make the HTML files dependent on the conversion script that generates

them.
This commit is contained in:
Fred Drake 2002-05-28 15:30:29 +00:00
parent 732c0ece30
commit 06f95c998b
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ TARGETS=$(patsubst %.txt,%.html,$(wildcard pep-*.txt))
all: $(TARGETS)
$(TARGETS): pep2html.py
install:
$(PEP2HTML) -i