diff --git a/Jamroot b/Jamroot index 4e066dd15e..e07701e4cd 100644 --- a/Jamroot +++ b/Jamroot @@ -19,23 +19,28 @@ # ======= configured locations (below). # # --prefix= Install architecture independent files here. -# Default; C:\Boost on Win32 -# Default; /usr/local on Unix. Linux, etc. +# Default: C:\Boost on Windows +# Default: /usr/local on Unix, Linux, etc. # # --exec-prefix= Install architecture dependent files here. -# Default; +# Default: # -# --libdir= Install library files here. -# Default; /lib +# --libdir= Install library files here. +# Default: /lib # # --includedir= Install header files here. -# Default; /include +# Default: /include +# +# --cmakedir= Install CMake configuration files here. +# Default: /cmake +# +# --no-cmake-config Do not install CMake configuration files. # # stage Build and install only compiled library files to the # ===== stage directory. # # --stagedir= Install library files here -# Default; ./stage +# Default: ./stage # # Other Options: #