From 538fc6c6eabc51e81bb65556f600c2be4e65a1fe Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 16 Jan 2017 21:35:08 -0500 Subject: [PATCH] TI-49: new theme files aren't installed - Thanks to Richard Brown. --- AUTHORS | 1 + ChangeLog | 2 ++ doc/themes/CMakeLists.txt | 7 +++++-- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 6a356e6b..566bcd7a 100644 --- a/AUTHORS +++ b/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: diff --git a/ChangeLog b/ChangeLog index f6374392..1f85a746 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/doc/themes/CMakeLists.txt b/doc/themes/CMakeLists.txt index a954576f..1f4e0091 100644 --- a/doc/themes/CMakeLists.txt +++ b/doc/themes/CMakeLists.txt @@ -2,5 +2,8 @@ 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 README 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)