[CRIU] [PATCH] build: docs -- Call cleaning on general clean action

Cyrill Gorcunov gorcunov at openvz.org
Mon Feb 15 11:32:22 PST 2016


Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 9f113cccd4a4..3e95df39a9de 100644
--- a/Makefile
+++ b/Makefile
@@ -127,6 +127,7 @@ clean-built:
 	$(Q) $(MAKE) $(build)=images clean
 	$(Q) $(MAKE) -C criu clean
 	$(Q) $(MAKE) -C lib clean
+	$(Q) $(MAKE) -C Documentation clean
 PHONY += clean-built
 
 clean: clean-built
-- 
2.5.0



More information about the CRIU mailing list