]> git.mxchange.org Git - flightgear.git/commitdiff
Don't install fg/READMEs
authorThorstenB <brehmt@gmail.com>
Sun, 22 Apr 2012 11:46:06 +0000 (13:46 +0200)
committerThorstenB <brehmt@gmail.com>
Sun, 22 Apr 2012 11:46:06 +0000 (13:46 +0200)
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

index 29588c184ed9bebd494b69f353ea4829334e2dcb..ef5564e209f804d991bd5a7349d725eadfd3880e 100644 (file)
@@ -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
 #-----------------------------------------------------------------------------