mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 17:52:07 +02:00
Makefile: mrproper shall delete doc/output/
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>
This commit is contained in:
committed by
Tom Rini
parent
70e38eea3a
commit
9a97314b5b
2
Makefile
2
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'
|
# Directories & files removed with 'make mrproper'
|
||||||
MRPROPER_DIRS += include/config include/generated spl tpl \
|
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 \
|
MRPROPER_FILES += .config .config.old include/autoconf.mk* include/config.h \
|
||||||
ctags etags tags TAGS cscope* GPATH GTAGS GRTAGS GSYMS \
|
ctags etags tags TAGS cscope* GPATH GTAGS GRTAGS GSYMS \
|
||||||
drivers/video/fonts/*.S
|
drivers/video/fonts/*.S
|
||||||
|
Reference in New Issue
Block a user