From e4b80e14d303c3fcc0a6239e155770e444a0a6db Mon Sep 17 00:00:00 2001 From: mozillazg Date: Tue, 9 Apr 2019 22:51:45 +0800 Subject: [PATCH] Package all pep files. Fixes python/pythondotorg#1394 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 677af079e80..213bb75325f 100644 --- a/Makefile +++ b/Makefile @@ -45,6 +45,8 @@ venv: package: all rss mkdir -p build/peps + cp pep-*.txt build/peps/ + cp pep-*.rst build/peps/ cp *.html build/peps/ cp *.png build/peps/ cp *.rss build/peps/