Message ID | 1421312084-12881-4-git-send-email-anders.roxell@linaro.org |
---|---|
State | Superseded |
Headers | show |
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 --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
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)