mirror of
https://github.com/fltk/fltk.git
synced 2026-05-23 07:46:09 +08:00
CMake: Don't install man pages of game programs (issue #23)
I decided not to install the man pages for consistency because we don't install the executable programs. The instructions are commented out only so they can be activated easily if this will be changed, i.e. if we decide to install the test/game programs in the future. Closes #23
This commit is contained in:
+9
-6
@@ -1,8 +1,8 @@
|
||||
#
|
||||
# Main CMakeLists.txt to build the FLTK project using CMake (www.cmake.org)
|
||||
# Written by Michael Surette
|
||||
# Installation support for building the FLTK project using CMake (www.cmake.org)
|
||||
# Originally written by Michael Surette
|
||||
#
|
||||
# Copyright 1998-2021 by Bill Spitzak and others.
|
||||
# Copyright 1998-2022 by Bill Spitzak and others.
|
||||
#
|
||||
# This library is free software. Distribution and use rights are outlined in
|
||||
# the file "COPYING" which should have been included with this file. If this
|
||||
@@ -125,8 +125,11 @@ if (UNIX OR MSYS OR MINGW)
|
||||
INSTALL_MAN (fluid 1)
|
||||
INSTALL_MAN (fltk-config 1)
|
||||
INSTALL_MAN (fltk 3)
|
||||
INSTALL_MAN (blocks 6)
|
||||
INSTALL_MAN (checkers 6)
|
||||
INSTALL_MAN (sudoku 6)
|
||||
|
||||
# Don't (!) install man pages of games (GitHub issue #23)
|
||||
|
||||
# INSTALL_MAN (blocks 6)
|
||||
# INSTALL_MAN (checkers 6)
|
||||
# INSTALL_MAN (sudoku 6)
|
||||
|
||||
endif (UNIX OR MSYS OR MINGW)
|
||||
|
||||
Reference in New Issue
Block a user