From bacd57acbfbcf6e5364f5052a791a44927982de3 Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 10 Oct 2012 07:32:03 +0000 Subject: [PATCH] Fix problem of make distcheck --- src/MEDOP/doc/sphinx/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/MEDOP/doc/sphinx/Makefile.am b/src/MEDOP/doc/sphinx/Makefile.am index 9b30a4fa6..a28b03d44 100644 --- a/src/MEDOP/doc/sphinx/Makefile.am +++ b/src/MEDOP/doc/sphinx/Makefile.am @@ -111,7 +111,8 @@ uninstall-local: rm -rf $(DESTDIR)$(medopdocdir)/* clean-local: - -rm -rf html latex doctrees + -chmod -R +w html latex doctrees + rm -rf html latex doctrees if test -d "html"; then rm -rf html ; fi pdf: latex -- 2.39.2