ENH: Update FreeFOAM contributions to GPL v3
[freefoam.git] / doc / man / manSource / CMakeLists.txt
blob869fc5f9a3328a2c8ce76e50c41e998debdc67d1
1 #-------------------------------------------------------------------------------
2 #               ______                _     ____          __  __
3 #              |  ____|             _| |_  / __ \   /\   |  \/  |
4 #              | |__ _ __ ___  ___ /     \| |  | | /  \  | \  / |
5 #              |  __| '__/ _ \/ _ ( (| |) ) |  | |/ /\ \ | |\/| |
6 #              | |  | | |  __/  __/\_   _/| |__| / ____ \| |  | |
7 #              |_|  |_|  \___|\___|  |_|   \____/_/    \_\_|  |_|
9 #                   FreeFOAM: The Cross-Platform CFD Toolkit
11 # Copyright (C) 2008-2012 Michael Wild <themiwi@users.sf.net>
12 #                         Gerber van der Graaf <gerber_graaf@users.sf.net>
13 #-------------------------------------------------------------------------------
14 # License
15 #   This file is part of FreeFOAM.
17 #   FreeFOAM is free software: you can redistribute it and/or modify it
18 #   under the terms of the GNU General Public License as published by the
19 #   Free Software Foundation, either version 3 of the License, or (at your
20 #   option) any later version.
22 #   FreeFOAM is distributed in the hope that it will be useful, but WITHOUT
23 #   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
24 #   FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
25 #   for more details.
27 #   You should have received a copy of the GNU General Public License
28 #   along with FreeFOAM.  If not, see <http://www.gnu.org/licenses/>.
29 #-------------------------------------------------------------------------------
31 foam_extract_brief_docs(${CMAKE_CURRENT_BINARY_DIR}/brief_app_doc.txt)
33 foam_queue_manpage(${FOAM_EXE_PREFIX}clearPolyMesh
34   ${CMAKE_CURRENT_SOURCE_DIR}/clearPolyMesh.1.in.txt)
35 foam_queue_manpage(${FOAM_EXE_PREFIX}copySettings
36   ${CMAKE_CURRENT_SOURCE_DIR}/copySettings.1.in.txt)
37 foam_queue_manpage(${FOAM_EXE_PREFIX}graphExecTime
38   ${CMAKE_CURRENT_SOURCE_DIR}/graphExecTime.1.in.txt)
39 foam_queue_manpage(${FOAM_EXE_PREFIX}graphResKE
40   ${CMAKE_CURRENT_SOURCE_DIR}/graphResKE.1.in.txt)
41 foam_queue_manpage(${FOAM_EXE_PREFIX}graphResUVWP
42   ${CMAKE_CURRENT_SOURCE_DIR}/graphResUVWP.1.in.txt)
43 foam_queue_manpage(${FOAM_EXE_PREFIX}job
44   ${CMAKE_CURRENT_SOURCE_DIR}/job.1.in.txt)
45 foam_queue_manpage(${FOAM_EXE_PREFIX}log
46   ${CMAKE_CURRENT_SOURCE_DIR}/log.1.in.txt)
47 foam_queue_manpage(${FOAM_EXE_PREFIX}solverSweeps
48   ${CMAKE_CURRENT_SOURCE_DIR}/solverSweeps.1.in.txt)
49 foam_queue_manpage(${LOWER_PROJECT_NAME}
50   ${CMAKE_CURRENT_SOURCE_DIR}/freefoam.1.in.txt
51   ${CMAKE_CURRENT_BINARY_DIR}/brief_app_doc.txt)
52 foam_queue_manpage(${FOAM_EXE_PREFIX}para
53   ${CMAKE_CURRENT_SOURCE_DIR}/para.1.in.txt)
55 foam_create_manpages()
57 # ------------------------- vim: set ft=cmake sw=2 sts=2 et: --------------- end-of-file