add a rss target
This commit is contained in:
parent
6a6364c103
commit
b6fd698523
3
Makefile
3
Makefile
|
@ -21,6 +21,9 @@ $(TARGETS): pep2html.py
|
||||||
pep-0000.txt: $(wildcard pep-????.txt) $(wildcard pep0/*.py)
|
pep-0000.txt: $(wildcard pep-????.txt) $(wildcard pep0/*.py)
|
||||||
$(PYTHON) genpepindex.py .
|
$(PYTHON) genpepindex.py .
|
||||||
|
|
||||||
|
rss:
|
||||||
|
$(PYTHON) pep2rss.py .
|
||||||
|
|
||||||
install:
|
install:
|
||||||
echo "Installing is not necessary anymore. It will be done in post-commit."
|
echo "Installing is not necessary anymore. It will be done in post-commit."
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue