All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Makefile: mrproper shall delete doc/output/
@ 2020-09-05  9:08 Heinrich Schuchardt
  2020-09-07  1:43 ` Simon Glass
  2020-09-14 19:41 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Heinrich Schuchardt @ 2020-09-05  9:08 UTC (permalink / raw)
  To: u-boot

HTML documentation is generated in doc/output/. This directory shall be
deleted by 'make mrproper'

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 5dd4c6bd40..eb6c47ef00 100644
--- a/Makefile
+++ b/Makefile
@@ -2025,7 +2025,7 @@ CLEAN_FILES += include/bmp_logo.h include/bmp_logo_data.h tools/version.h \

 # Directories & files removed with 'make mrproper'
 MRPROPER_DIRS  += include/config include/generated spl tpl \
-		  .tmp_objdiff
+		  .tmp_objdiff doc/output
 MRPROPER_FILES += .config .config.old include/autoconf.mk* include/config.h \
 		  ctags etags tags TAGS cscope* GPATH GTAGS GRTAGS GSYMS \
 		  drivers/video/fonts/*.S
--
2.28.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] Makefile: mrproper shall delete doc/output/
  2020-09-05  9:08 [PATCH] Makefile: mrproper shall delete doc/output/ Heinrich Schuchardt
@ 2020-09-07  1:43 ` Simon Glass
  2020-09-14 19:41 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2020-09-07  1:43 UTC (permalink / raw)
  To: u-boot

On Sat, 5 Sep 2020 at 03:13, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>
> HTML documentation is generated in doc/output/. This directory shall be
> deleted by 'make mrproper'
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] Makefile: mrproper shall delete doc/output/
  2020-09-05  9:08 [PATCH] Makefile: mrproper shall delete doc/output/ Heinrich Schuchardt
  2020-09-07  1:43 ` Simon Glass
@ 2020-09-14 19:41 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2020-09-14 19:41 UTC (permalink / raw)
  To: u-boot

On Sat, Sep 05, 2020 at 11:08:06AM +0200, Heinrich Schuchardt wrote:

> HTML documentation is generated in doc/output/. This directory shall be
> deleted by 'make mrproper'
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200914/59fd47bc/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-09-14 19:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-05  9:08 [PATCH] Makefile: mrproper shall delete doc/output/ Heinrich Schuchardt
2020-09-07  1:43 ` Simon Glass
2020-09-14 19:41 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.