From e7f32bb5381de447822b36531ff0209bf54d6393 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de> Date: Wed, 18 Feb 2015 14:36:37 +0100 Subject: [PATCH] Top-level cmake option 'BORNAGAIN_MAN' renamed to 'BORNAGAIN_USERMANUAL', since 'man' will be needed for the Unix man page. This resolves #974. --- CMakeLists.txt | 7 ++++--- Doc/UserManual/Introduction.tex | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ab62b740ffa..c07d09a3b57 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ include(VERSION.cmake) option(BORNAGAIN_PYTHON "Build with python support" ON) option(BORNAGAIN_APP "Build test application" OFF) option(BORNAGAIN_GUI "Build a graphical user interface" OFF) -option(BORNAGAIN_MAN "Build a user manual" OFF) +option(BORNAGAIN_USERMANUAL "Build the User Manual" OFF) option(BUILD_DEBIAN "Build a debian package" OFF) option(BORNAGAIN_APPLE_BUNDLE "Create a Mac OS X bundle" OFF) option(ROOT_SUPPORT "Build with dependencies from ROOT" ON) @@ -21,11 +21,12 @@ option(BORNAGAIN_OPENMPI "Build with OpenMPI support" OFF) option(BORNAGAIN_RELEASE "Special option for making release" OFF) option(BORNAGAIN_CRASHHADLER "Additional machinery to send crash reports" OFF) + + #--- Including macros --- set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules) -include(PreventInSourceBuilds) - include(BornAgainMacros) +#AssureOutOfSourceBuilds() include(SearchInstalledSoftware) include(CheckCompiler) include(BornAgainConfiguration) diff --git a/Doc/UserManual/Introduction.tex b/Doc/UserManual/Introduction.tex index 599badf0fd8..95d49b5252e 100755 --- a/Doc/UserManual/Introduction.tex +++ b/Doc/UserManual/Introduction.tex @@ -50,7 +50,7 @@ This documentation is released under the Creative Commons license CC-BY-SA. When \BornAgain\ is used in preparing scientific papers, please cite software and manual as follows: \begin{quote} -C. Durniak, M. Ganeva, G. Pospelov, W. Van Herck, J. Wuttke (2015),\newline +C.~Durniak, M.~Ganeva, G.~Pospelov, W.~Van Herck, J.~Wuttke (2015),\newline BornAgain --- Software for simulating and fitting X-ray and neutron small-angle scattering at grazing incidence, version \UserManualVersionNumber,\newline @@ -64,7 +64,7 @@ to ensure that their data interpretation is physically meaningful. If in doubt, please contact us. We are grateful for all kind of feedback: criticism, praise, bug reports, feature requests or contributed modules. -If questions go beyond normal software user support, +If questions go beyond normal user support, we will be glad to discuss a scientific collaboration. This User Manual is complementary to the online documentation -- GitLab