From: Thomas De Schampheleire Date: Thu, 19 Sep 2013 10:47:14 +0000 (+0200) Subject: manual generation: update help X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=55ecab1bbc32f9b4a36b588db1fed4ae0403dd74;p=buildroot.git manual generation: update help The 'make help' lines for generating the manual did not consider ePub correctly. Instead of providing a limitative list for 'make manual', the text is changed into 'all formats'. Signed-off-by: Thomas De Schampheleire Acked-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/Makefile b/Makefile index 71d94ad8c9..667e233242 100644 --- a/Makefile +++ b/Makefile @@ -811,7 +811,7 @@ ifeq ($(BR2_TARGET_BAREBOX),y) endif @echo @echo 'Documentation:' - @echo ' manual - build manual in HTML, split HTML, PDF and txt' + @echo ' manual - build manual in all formats' @echo ' manual-html - build manual in HTML' @echo ' manual-split-html - build manual in split HTML' @echo ' manual-pdf - build manual in PDF'