diff --git a/README.md b/README.md index ad1036e3f600b46effe0edb1b5f5f116e4995139..6ccb70a6eafb16ee4b5fe0a07f66d5c50447e19d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ This is OPAL >= 1.9.9. Be ware of the fact that the documentation is not anymore a seperate project. The documentation is in this repository in the directory 'doc' (https://gitlab.psi.ch/OPAL/src/tree/master/doc). On machines with LaTeX the User's Reference Manual can be built in the same directory as the -code by configuring cmake using -DENABLE_DOCUMENTATION=1 to enable the compilation -and -DEXCLUDE_DOC_FROM_ALL=1 to exclude it from compiling when make is called -without target. The User's Reference Manual can then be built by calling 'make doc'. \ No newline at end of file +code by configuring cmake using -DENABLE_DOCUMENTATION=1 to enable the compilation. +The manual can then be built by calling 'make doc'. If you want +to compile the manual every time you compile the code then set +-DEXCLUDE_DOC_FROM_ALL=0 . \ No newline at end of file