From 42cf1f532cf47d585e481d390faff95c521f5763 Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Mon, 2 Jan 2023 11:47:00 -0800 Subject: [PATCH] Makefile: Remove rogue 'k'; update date --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 0685d664b..3c3bc9fad 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Tux Paint - A simple drawing program for children. -# Copyright (c) 2002-2022 +# Copyright (c) 2002-2023 # Various contributors (see AUTHORS.txt) # https://tuxpaint.org/ -# June 14, 2002 - December 11, 2022 +# June 14, 2002 - January 2, 2023 # The version number, for release: @@ -535,7 +535,7 @@ endif $(MOFILES): trans/%.mo: src/po/%.po trans msgfmt -o $@ $< -k + %.desktop: %.desktop.in $(POTFILES) msgfmt --desktop -d src/po --template $< -o $@