SHA256
1
0
forked from pool/lugaru
lugaru/lugaru-1.1-do-not-install-documentation.patch
Adam Mizerski d19a264814 Accepting request 446786 from home:Pharaoh_Atem:branches:games
Lugaru 1.1 was released (https://gitlab.com/osslugaru/lugaru/tags/1.1) so now lugaru is rebased to v1.1. 

Please process https://build.opensuse.org/request/show/446396 before accepting this one. The separate lugaru-data spec is no longer necessary, as the content is now CC-BY-SA, and thus can be  part of the main tarball. Thus, lugaru-data is now a subpackage of lugaru.

OBS-URL: https://build.opensuse.org/request/show/446786
OBS-URL: https://build.opensuse.org/package/show/games/lugaru?expand=0&rev=13
2016-12-17 15:33:02 +00:00

22 lines
885 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5869354..5e4f99a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -291,16 +291,3 @@ if(APPLE)
install(FILES ${CMAKE_SOURCE_DIR}/Dist/OSX/Lugaru.icns DESTINATION ${LUGARU_RESDIR})
install(FILES ${CMAKE_SOURCE_DIR}/Dist/OSX/Info.plist DESTINATION ${LUGARU_APP_ROOT}/Contents)
endif(APPLE)
-
-# Documentation
-
-install(FILES ${CMAKE_SOURCE_DIR}/AUTHORS
- ${CMAKE_SOURCE_DIR}/CONTENT-LICENSE.txt
- ${CMAKE_SOURCE_DIR}/COPYING.txt
- ${CMAKE_SOURCE_DIR}/README.md
- ${CMAKE_SOURCE_DIR}/RELEASE-NOTES.md
- ${CMAKE_SOURCE_DIR}/Docs/DEVTOOLS.txt
- ${CMAKE_SOURCE_DIR}/Docs/README.Empire.txt
- ${CMAKE_SOURCE_DIR}/Docs/README.SevenTasks.txt
- ${CMAKE_SOURCE_DIR}/Docs/README.Temple.txt
- DESTINATION ${LUGARU_DOCDIR})