From 66b3773033c4fd8a269f619a57f80440861ce801 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Thu, 29 Sep 2022 15:07:08 -0400 Subject: [PATCH] 2022-09-29 Fred Gleason * Fixed a bug in 'rdcartslots/Makefile.am' that caused i18n translation maps for rdcartslots(1) to fail to be generated. Signed-off-by: Fred Gleason --- ChangeLog | 3 +++ rdcartslots/Makefile.am | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index e1cf6f55..51ef9cef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -23424,3 +23424,6 @@ attempting to load the (non-existent) English translation. 2022-09-29 Fred Gleason * Updated the i18n translation maps. +2022-09-29 Fred Gleason + * Fixed a bug in 'rdcartslots/Makefile.am' that caused i18n + translation maps for rdcartslots(1) to fail to be generated. diff --git a/rdcartslots/Makefile.am b/rdcartslots/Makefile.am index d5fc01ef..43223370 100644 --- a/rdcartslots/Makefile.am +++ b/rdcartslots/Makefile.am @@ -2,7 +2,7 @@ ## ## Automake.am for rivendell/rdcartslots ## -## (C) Copyright 2012-2021 Fred Gleason +## (C) Copyright 2012-2022 Fred Gleason ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License version 2 as @@ -33,10 +33,10 @@ install-exec-local: ../helpers/rdi18n_helper.sh --install rdcartslots $(DESTDIR)$(prefix)/share/rivendell uninstall-local: - ../helpers/rdi18n_helper.sh --uninstall rdcatch $(DESTDIR)$(prefix)/share/rivendell + ../helpers/rdi18n_helper.sh --uninstall rdcartslots $(DESTDIR)$(prefix)/share/rivendell all: - ../helpers/rdi18n_helper.sh --update rdcatch $(DESTDIR)$(prefix)/share/rivendell + ../helpers/rdi18n_helper.sh --update rdcartslots $(DESTDIR)$(prefix)/share/rivendell bin_PROGRAMS = rdcartslots