From 2f25f0b507afbd9a81bd85b46ad95b8a9d2b67a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 5 Dec 2017 08:28:46 +0100 Subject: [PATCH] Ignore nonexisitng api docs directory when building MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e63741399..f98f77988 100644 --- a/Makefile +++ b/Makefile @@ -49,4 +49,4 @@ clean: clean-api-docs rm -r admin_manual/_build developer_manual/_build user_manual/_build user_manual_de_/_build clean-api-docs: - rm -r developer_manual/api/ + -rm -r developer_manual/api/