aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2015-01-20 14:50:13 +0100
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-01-21 18:49:34 +0300
commit63fa5d44099b5d8f9b605b640ddcc4414ad30c5c (patch)
treebf702c6d1c077b4725eabedcfc778a93767cd3ee /doc
parent49f7a0fdd9fd303a426342887cd4439bc746626e (diff)
doc: Makefile: fix make clean
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Reviewed-by: Steve McIntyre <steve.mcintyre@linaro.org> Reviewed-and-tested-by: Mike Holmes <mike.holmes@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 5d4f75786..d2f123a79 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