From 313ffcd5b43fb06c1118b4c753b262ed7a2ea938 Mon Sep 17 00:00:00 2001 From: Cristian Ionescu-Idbohrn Date: Sun, 6 Oct 2013 13:56:35 +0200 Subject: [PATCH] Distclean might clean the Documentation as well. Signed-off-by: Cristian Ionescu-Idbohrn Signed-off-by: Dirk Hohndel --- Rules.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/Rules.mk b/Rules.mk index c634ed033..9a5ccccab 100644 --- a/Rules.mk +++ b/Rules.mk @@ -261,6 +261,7 @@ confclean: clean rm -rf .dep .uic distclean: confclean + $(MAKE) -C Documentation clean rm -f $(CREATOR_FILES) release: