Added `install' and `clean' targets.

This commit is contained in:
Barry Warsaw 2000-11-03 15:42:20 +00:00
parent 0e1ff61791
commit 52b19628cd
1 changed files with 7 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#
# Not really important, but convenient.
PEP2HTML=./pep2html.py -q
PEP2HTML=./pep2html.py
.SUFFIXES: .txt .html
@ -13,3 +13,9 @@ PEP2HTML=./pep2html.py -q
TARGETS=$(patsubst %.txt,%.html,$(wildcard pep-*.txt))
all: $(TARGETS)
install:
$(PEP2HTML) -i
clean:
-rm *.html