diff --git a/CMakeLists.txt b/CMakeLists.txt
index 52e8e8a35128afe7a9288f73d09b6f2ef238b9ad..d36e51e4d051e987743b090b1790d09ee58bd58d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -926,8 +926,8 @@ if(WIN32)
   endif(CYGWIN)
 elseif(APPLE)
   set(GMSH_BIN ../MacOS)
-  set(GMSH_DOC ../../../Documentation)
-  set(GMSH_MAN ../../../Documentation)
+  set(GMSH_DOC ../../..)
+  set(GMSH_MAN ../../..)
 else(WIN32)
   set(GMSH_BIN bin)
   set(GMSH_DOC share/doc/gmsh)