[DOC] Fix the help messages for clean

This commit is contained in:
Nobuyoshi Nakada 2023-02-10 14:46:52 +09:00
parent b9f90cafa1
commit 38ecf08ba1
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -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: " \