From: vsr Date: Wed, 10 Oct 2012 07:32:03 +0000 (+0000) Subject: Fix problem of make distcheck X-Git-Tag: V7_3_1b1~470 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=bacd57acbfbcf6e5364f5052a791a44927982de3;p=tools%2Fmedcoupling.git Fix problem of make distcheck --- 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