Dont print the pep2html command for each PEP.

This commit is contained in:
Georg Brandl 2009-09-17 09:42:09 +00:00
parent 195b458786
commit 77fb82981e
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ PYTHON=python2.5
.SUFFIXES: .txt .html .SUFFIXES: .txt .html
.txt.html: .txt.html:
$(PYTHON) $(PEP2HTML) $< @$(PYTHON) $(PEP2HTML) $<
TARGETS=$(patsubst %.txt,%.html,$(wildcard pep-????.txt)) pep-0000.html TARGETS=$(patsubst %.txt,%.html,$(wildcard pep-????.txt)) pep-0000.html