From 73d2d3425fb0209db13a20330114aa1420a3ef02 Mon Sep 17 00:00:00 2001 From: ThorstenB Date: Sun, 22 Apr 2012 13:46:06 +0200 Subject: [PATCH] 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. --- CMakeLists.txt | 9 --------- 1 file changed, 9 deletions(-) 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 #----------------------------------------------------------------------------- -- 2.39.5