We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 921cace commit c887284Copy full SHA for c887284
Makefile
@@ -45,6 +45,8 @@ venv:
45
46
package: all rss
47
mkdir -p build/peps
48
+ cp pep-*.txt build/peps/
49
+ cp pep-*.rst build/peps/
50
cp *.html build/peps/
51
cp *.png build/peps/
52
cp *.rss build/peps/
0 commit comments