Build: timew 0.9.5~alpha install bug

- Thanks to Gordon Ball.
This commit is contained in:
Gordon Ball 2016-06-22 19:51:03 -04:00 committed by Paul Beckingham
parent af0aba6629
commit 5e45f0a513
3 changed files with 9 additions and 4 deletions

View file

@ -12,6 +12,7 @@ The following submitted code, packages or analysis, and deserve special thanks:
Wim Schuermann Wim Schuermann
Jelle van der Waa Jelle van der Waa
Sergey Trofimov Sergey Trofimov
Gordon Ball
Thanks to the following, who submitted detailed bug reports and excellent Thanks to the following, who submitted detailed bug reports and excellent
suggestions: suggestions:

View file

@ -1,3 +1,9 @@
1.0.0 -
- timew 0.9.5~alpha install bug
(thanks to Gordon Ball).
------ current release ---------------------------
0.9.5.alpha (2016-06-20) - 0.9.5.alpha (2016-06-20) -
@ -42,5 +48,4 @@
Design completed 2016-03-13 Design completed 2016-03-13
Project started 2015-11-29 Project started 2015-11-29
------ current release ---------------------------
------ start ----------------------------------- ------ start -----------------------------------

View file

@ -5,6 +5,5 @@ message ("-- Configuring documentation")
configure_file (man/timew.1.in man/timew.1) configure_file (man/timew.1.in man/timew.1)
install (DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/man/ DESTINATION ${TIMEW_MAN1DIR} FILES_MATCHING PATTERN "*.1") install (DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/man/ DESTINATION ${TIMEW_MAN1DIR} FILES_MATCHING PATTERN "*.1")
install (DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/themes/ DESTINATION ${TIMEW_DOCDIR}/themes) install (DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/themes/ DESTINATION ${TIMEW_DOCDIR}/themes)
install (DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/holidays/ DESTINATION ${TIMEW_DOCDIR}/holidays) install (DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/holidays/ DESTINATION ${TIMEW_DOCDIR}/holidays)