From c8e35fab885fb07b4fc29be46ac741140bfa738d Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 10 Nov 2010 17:41:20 -0500 Subject: [PATCH] Bug #535 - Missing holidays-NO.rc file in package - Fixed bug #535 which omitted the file from the top-level Makefile.am (thanks to Jostein Berntsen). --- ChangeLog | 2 ++ Makefile.am | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2eba6e291..8f8aa1c4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,8 @@ 1.9.4 () + Fixed bug #529, where the 'depends' attribute was not mentioned in the task man page (thanks to Dirk Deimeke). + + Fixed bug #535 which omitted the holidays-NO.rc file from the packages + (thanks to Jostein Berntsen). ------ old releases ------------------------------ diff --git a/Makefile.am b/Makefile.am index ecc4deb02..f6c076175 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,5 +20,4 @@ i18ndir = $(docdir) nobase_dist_i18n_DATA = i18n/strings.de-DE i18n/strings.en-US i18n/strings.es-ES i18n/strings.fr-FR i18n/strings.nl-NL i18n/strings.sv-SE i18n/tips.de-DE i18n/tips.en-US i18n/tips.sv-SE rcfiledir = $(docdir)/rc -dist_rcfile_DATA = doc/rc/holidays-CA.rc doc/rc/holidays-DE.rc doc/rc/holidays-ES.rc doc/rc/holidays-FR.rc doc/rc/holidays-NL.rc doc/rc/holidays-SE.rc doc/rc/holidays-UK.rc doc/rc/holidays-US.rc doc/rc/dark-16.theme doc/rc/dark-256.theme doc/rc/light-16.theme doc/rc/light-256.theme doc/rc/dark-blue-256.theme doc/rc/dark-green-256.theme doc/rc/dark-red-256.theme doc/rc/dark-violets-256.theme doc/rc/dark-yellow-green.theme - +dist_rcfile_DATA = doc/rc/holidays-CA.rc doc/rc/holidays-DE.rc doc/rc/holidays-ES.rc doc/rc/holidays-FR.rc doc/rc/holidays-NL.rc doc/rc/holidays-NO.rc doc/rc/holidays-SE.rc doc/rc/holidays-UK.rc doc/rc/holidays-US.rc doc/rc/dark-16.theme doc/rc/dark-256.theme doc/rc/dark-blue-256.theme doc/rc/dark-green-256.theme doc/rc/dark-red-256.theme doc/rc/dark-violets-256.theme doc/rc/dark-yellow-green.theme doc/rc/light-16.theme doc/rc/light-256.theme