summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-02-10 14:46:52 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-02-10 14:46:52 +0900
commit38ecf08ba16b7e8946ac414f4f8c7ee155b34083 (patch)
tree1c4b30481bef041f347399373682033053dd5969 /common.mk
parentb9f90cafa1c09dd42bfae456ae08be9e826a7d11 (diff)
downloadruby-38ecf08ba16b7e8946ac414f4f8c7ee155b34083.tar.gz
[DOC] Fix the help messages for clean
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.mk b/common.mk
index 944055670b..634ed7e054 100644
--- a/common.mk
+++ b/common.mk
@@ -1773,8 +1773,8 @@ help: PHONY
" install: install all ruby distributions" \
" install-nodoc: install without rdoc" \
" install-cross: install cross compiling stuff" \
- " clean: clean for tarball" \
- " distclean: clean for repository" \
+ " clean: clean up to the state before build" \
+ " distclean: clean up to the state before configure" \
" golf: build goruby for golfers" \
$(HELP_EXTRA_TASKS) \
"see DeveloperHowto for more detail: " \