mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
TI-49: new theme files aren't installed
- Thanks to Richard Brown.
This commit is contained in:
parent
d830d8fcff
commit
538fc6c6ea
3 changed files with 8 additions and 2 deletions
1
AUTHORS
1
AUTHORS
|
@ -19,6 +19,7 @@ The following submitted code, packages or analysis, and deserve special thanks:
|
|||
Martin Boeker
|
||||
Felix Wolfsteller
|
||||
Jörg Krause
|
||||
Richard Brown
|
||||
|
||||
Thanks to the following, who submitted detailed bug reports and excellent
|
||||
suggestions:
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
(thanks to Jelle van der Waa).
|
||||
- TI-47 first call successfully creates new database but returns exit status 1
|
||||
(thanks to Georg Sauthoff).
|
||||
- TI-49 new theme files aren't installed
|
||||
(thanks to Richard Brown).
|
||||
- TI-51 in the taskwarrior hook, deleting a task doesn't stop the watch
|
||||
(thanks to Mattia Rizzolo).
|
||||
- TI-52 The 'refresh' scripts overwrites previous years data
|
||||
|
|
5
doc/themes/CMakeLists.txt
vendored
5
doc/themes/CMakeLists.txt
vendored
|
@ -3,4 +3,7 @@ cmake_minimum_required (VERSION 2.8)
|
|||
message ("-- Configuring theme documentation")
|
||||
|
||||
install (FILES README DESTINATION ${TIMEW_DOCDIR}/doc/themes)
|
||||
install (FILES dark.theme DESTINATION ${TIMEW_DOCDIR}/doc/themes)
|
||||
INSTALL (FILES dark.theme DESTINATION ${TIMEW_DOCDIR}/doc/themes)
|
||||
INSTALL (FILES dark_blue.theme DESTINATION ${TIMEW_DOCDIR}/doc/themes)
|
||||
INSTALL (FILES dark_green.theme DESTINATION ${TIMEW_DOCDIR}/doc/themes)
|
||||
INSTALL (FILES dark_red.theme DESTINATION ${TIMEW_DOCDIR}/doc/themes)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue