Skip to content

Commit

Permalink
Remove non-existent Makefile target
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed May 7, 2021
1 parent a1d084d commit 79098e6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,3 @@ fail_on_warning:

check_links:
$(SPHINX_BUILD) --builder linkcheck

sphinx_package: all rss
mkdir -p package/peps
$(PYTHON) package.py
cp pep-*.txt build/peps/
cp pep-*.rst build/peps/
cp *.png build/peps/
cp *.rss package/peps
tar -C package -czf package/peps.tar.gz peps

0 comments on commit 79098e6

Please sign in to comment.