From cc417afe9bc04b37d7a2b708af8791cb4f8fa241 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 5 Apr 2023 17:49:59 +0300 Subject: fixed formatting of dates in manpages * The last digit of the year was cut off. This was an artifact from the time that was used for inserting the date as it was inserting a new line character as well. This is no longer necessary as GNU Make is now executing the `date` tool. --- bootstrap.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.am b/bootstrap.am index 8e1c318..9fbe814 100644 --- a/bootstrap.am +++ b/bootstrap.am @@ -35,7 +35,7 @@ SUBST_MACRO = EB$<\e \ J \ J \ J \ - J \ + J \ EW$@\e # The SciTECO-based substitutor must not process config.h.in. -- cgit v1.2.3