Dont print the pep2html command for each PEP.
This commit is contained in:
parent
195b458786
commit
77fb82981e
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue