From 298b601beb385c8521c115d4671f2091c7e2e57c Mon Sep 17 00:00:00 2001 From: Martin Nilsson <nilsson@opera.com> Date: Tue, 11 Jun 2013 16:16:37 +0200 Subject: [PATCH] Actually working clean target. --- refdoc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refdoc/Makefile b/refdoc/Makefile index 7c2059c0a9..d2d23d2de5 100644 --- a/refdoc/Makefile +++ b/refdoc/Makefile @@ -116,4 +116,4 @@ touch-mirardoc: # Cleanup clean: - -rm modref onepage traditional_manual pelix_modref autodoc.xml + -rm -r modref onepage traditional_manual pelix_modref autodoc.xml -- GitLab