diff mbox

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

Message ID 1421312084-12881-4-git-send-email-anders.roxell@linaro.org
State Superseded
Headers show

Commit Message

Anders Roxell Jan. 15, 2015, 8:54 a.m. UTC
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 doc/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Steve McIntyre Jan. 15, 2015, 12:09 p.m. UTC | #1
On Thu, Jan 15, 2015 at 09:54:39AM +0100, Anders Roxell wrote:
>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 --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
>-- 
>2.1.4
>
>
>_______________________________________________
>lng-odp mailing list
>lng-odp@lists.linaro.org
>http://lists.linaro.org/mailman/listinfo/lng-odp
>
Cheers,
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