TI-49: new theme files aren't installed

- Thanks to Richard Brown.
This commit is contained in:
Paul Beckingham 2017-01-16 21:35:08 -05:00
parent d830d8fcff
commit 538fc6c6ea
3 changed files with 8 additions and 2 deletions

View file

@ -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:

View file

@ -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

View file

@ -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)