add a rss target

This commit is contained in:
Benjamin Peterson 2015-01-14 16:05:43 -05:00
parent 6a6364c103
commit b6fd698523
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ $(TARGETS): pep2html.py
pep-0000.txt: $(wildcard pep-????.txt) $(wildcard pep0/*.py)
$(PYTHON) genpepindex.py .
rss:
$(PYTHON) pep2rss.py .
install:
echo "Installing is not necessary anymore. It will be done in post-commit."