diff mbox

[2/3] doc: Makefile: fix make clean

Message ID 1421761814-21433-3-git-send-email-anders.roxell@linaro.org
State Accepted
Commit 63fa5d44099b5d8f9b605b640ddcc4414ad30c5c
Headers show

Commit Message

Anders Roxell Jan. 20, 2015, 1:50 p.m. UTC
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Reviewed-by: Steve McIntyre <steve.mcintyre@linaro.org>
---
 doc/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 5d4f757..d2f123a 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -2,5 +2,5 @@  if HAVE_DOXYGEN
 
 
 clean-local:
-	rm -rf $(DX_DOCDIR)
+	rm -rf output
 endif