1
0
Fork 0

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.
This commit is contained in:
ThorstenB 2012-04-22 13:46:06 +02:00
parent 01f2cbc33c
commit 73d2d3425f

View 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
#-----------------------------------------------------------------------------