Skip to content

Commit add7f45

Browse files
committed
Add new RSS target
1 parent a0be5e5 commit add7f45

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Makefile

+5-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,11 @@ lint:
6060
SPHINX_JOBS=8
6161
SPHINX_BUILD=$(PYTHON) build.py -j $(SPHINX_JOBS)
6262

63-
pages: rss
63+
# TODO replace `rss:` with this when merged & tested
64+
pep_rss:
65+
$(PYTHON) pep_rss_gen.py
66+
67+
pages: pep_rss
6468
$(SPHINX_BUILD) --index-file
6569

6670
sphinx:

0 commit comments

Comments
 (0)