Man page export from the wrapper binary.
authorTeemu Murtola <teemu.murtola@gmail.com>
Tue, 3 Sep 2013 04:11:38 +0000 (07:11 +0300)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Thu, 3 Oct 2013 15:25:23 +0000 (17:25 +0200)
commit031d6d80e6365bb9a25bd6f951c3a338c5b15ed2
tree25c9d4f5a7e221c499e4976ac333eae92d63d324
parent390861879fc97a3c5a14d553b4fc07c487fa57a4
Man page export from the wrapper binary.

Implement nroff output format for 'gmx help -export'.
Move the header/footer generation out of wman.cpp.
The generation is now off by default.  Can be reinstantiated if someone
comes with a good approach for the case where the compiled binaries
don't run on the build host (e.g., compiling AVX256 binaries on a SSE4.1
host).

Related to #685 and #969.

Change-Id: I17725e3a487470bea8f6db2a59da31139e70621e
12 files changed:
CMakeLists.txt
CPackInit.cmake
cmake/BuildManPages.cmake [deleted file]
cmake/CreateManPage.cmake [deleted file]
share/CMakeLists.txt
share/man/.gitignore [new file with mode: 0644]
share/man/CMakeLists.txt [new file with mode: 0644]
share/man/man7/gromacs.7.cmakein [moved from man/man7/gromacs.7.cmakein with 98% similarity]
src/CMakeLists.txt
src/gromacs/commandline/cmdlinemodulemanager.cpp
src/gromacs/onlinehelp/helpwritercontext.h
src/gromacs/onlinehelp/wman.cpp