Skip to content

Commit e4b80e1

Browse files
committed
Package all pep files. Fixes python/pythondotorg#1394
1 parent 921cace commit e4b80e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ venv:
4545

4646
package: all rss
4747
mkdir -p build/peps
48+
cp pep-*.txt build/peps/
49+
cp pep-*.rst build/peps/
4850
cp *.html build/peps/
4951
cp *.png build/peps/
5052
cp *.rss build/peps/

0 commit comments

Comments
 (0)