From 26b7bee16fbf50b2466431b20fe282c8a3f30243 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Mon, 20 Jul 2015 17:33:23 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20rm:=20cannot=20remove=20=E2=80=98*.rst?= =?UTF-8?q?=E2=80=99:=20No=20such=20file=20or=20directory=20when=20"make?= =?UTF-8?q?=20clean"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When you don't generated documentation via make html --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 55042f65..5b6272c1 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -223,7 +223,7 @@ $(APIDOC): apidoc.stamp fi clean-local: - -rm $(APIDOCS) > /dev/null 2>&1 + -rm -f $(APIDOCS) -rm -rf $(BUILDDIR)/* html-local: apiref.rst