From: ThorstenB Date: Sun, 22 Apr 2012 11:46:06 +0000 (+0200) Subject: Don't install fg/READMEs X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=73d2d3425fb0209db13a20330114aa1420a3ef02;p=flightgear.git Don't install fg/READMEs which only contain *build instructions* - so they are not useful *after* installing binaries. User documentation (which should be installed) is in fgdata/Docs. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 29588c184..ef5564e20 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -338,15 +338,6 @@ add_subdirectory(src) add_subdirectory(utils) add_subdirectory(man) -set (INSTALL_DOCS - README - README.OpenAL - README.plib - README.OSG - README.SimGear) - -INSTALL(FILES ${INSTALL_DOCS} DESTINATION ${CMAKE_INSTALL_DOCDIR} OPTIONAL) - #----------------------------------------------------------------------------- ### uninstall target #-----------------------------------------------------------------------------