[PATCH 5/5] Documentation: commands: remove autogenerated directory on mrproper

Robert Schwebel r.schwebel at pengutronix.de
Tue Feb 9 08:01:24 PST 2016


On 'make mrproper', remove the directory hierarchy autogenerated with
'make docs'.

Signed-off-by: Robert Schwebel <r.schwebel at pengutronix.de>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 73fb09b..5c5b85c 100644
--- a/Makefile
+++ b/Makefile
@@ -965,7 +965,7 @@ CLEAN_FILES +=	barebox System.map include/generated/barebox_default_env.h \
 		barebox.efi barebox.canon-a1100.bin
 
 # Directories & files removed with 'make mrproper'
-MRPROPER_DIRS  += include/config usr/include include/generated
+MRPROPER_DIRS  += include/config usr/include include/generated Documentation/commands
 MRPROPER_FILES += .config .config.old .version .old_version \
                   include/config.h           \
 		  Module.symvers tags TAGS cscope*
-- 
2.7.0.rc3




More information about the barebox mailing list