X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Makefile.help;h=999d0298e516a000a97faeb9acf202507032224f;hb=da75f4484469ca0122b80de69bf3b75a6be71efc;hp=513c10c4e08b2b7801a286fdf4ed2ba7db44e410;hpb=5cb40bbbd33b361d46cf4a0e75e97e9d119c1270;p=oweals%2Fbusybox.git diff --git a/Makefile.help b/Makefile.help index 513c10c4e..999d0298e 100644 --- a/Makefile.help +++ b/Makefile.help @@ -6,6 +6,7 @@ help: @echo 'Cleaning:' @echo ' clean - delete temporary files created by build' @echo ' distclean - delete all non-source files (including .config)' + @echo ' doc-clean - delete all generated documentation' @echo @echo 'Build:' @echo ' all - Executable and documentation' @@ -16,7 +17,6 @@ help: @echo 'Configuration:' @echo ' allnoconfig - disable all symbols in .config' @echo ' allyesconfig - enable all symbols in .config (see defconfig)' - @echo ' allbareconfig - enable all applets without any sub-features' @echo ' config - text based configurator (of last resort)' @echo ' defconfig - set .config to largest generic configuration' @echo ' menuconfig - interactive curses-based configurator'