From f8a179b75099fb6c9370f4ca7d5bdc3e8473b983 Mon Sep 17 00:00:00 2001 From: Steven Bird Date: Mon, 11 Oct 2021 13:23:13 +0930 Subject: [PATCH] make build commands explicit --- RELEASE-HOWTO.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-HOWTO.txt b/RELEASE-HOWTO.txt index 9b76051f82..d40985c7a6 100644 --- a/RELEASE-HOWTO.txt +++ b/RELEASE-HOWTO.txt @@ -34,7 +34,7 @@ Building an NLTK distribution sphinx-build -E ./web ./build - Publish them cd nltk.github.com; git pull (begin with current docs repo) - cp -r build/* ../nltk.github.com + cp -r ../nltk/build/* . git add . git commit -m "updates for version 3.X.Y" git push origin master