mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Build: timew 0.9.5~alpha install bug
- Thanks to Gordon Ball.
This commit is contained in:
parent
af0aba6629
commit
5e45f0a513
3 changed files with 9 additions and 4 deletions
1
AUTHORS
1
AUTHORS
|
@ -12,6 +12,7 @@ The following submitted code, packages or analysis, and deserve special thanks:
|
|||
Wim Schuermann
|
||||
Jelle van der Waa
|
||||
Sergey Trofimov
|
||||
Gordon Ball
|
||||
|
||||
Thanks to the following, who submitted detailed bug reports and excellent
|
||||
suggestions:
|
||||
|
|
|
@ -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) -
|
||||
|
||||
|
@ -42,5 +48,4 @@
|
|||
Design completed 2016-03-13
|
||||
Project started 2015-11-29
|
||||
|
||||
------ current release ---------------------------
|
||||
------ start -----------------------------------
|
||||
|
|
|
@ -5,6 +5,5 @@ message ("-- Configuring documentation")
|
|||
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}/themes/ DESTINATION ${TIMEW_DOCDIR}/themes)
|
||||
install (DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/holidays/ DESTINATION ${TIMEW_DOCDIR}/holidays)
|
||||
|
||||
install (DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/themes/ DESTINATION ${TIMEW_DOCDIR}/themes)
|
||||
install (DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/holidays/ DESTINATION ${TIMEW_DOCDIR}/holidays)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue