1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
From d5520a1bdf85b868b872ca3e1c2ca60c4613a3c2 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@reproducible-builds.org>
Date: Mon, 10 Feb 2020 03:09:45 +0000
Subject: Patch to remove dates from .info and .html documentation
Index: libtool-2.5.4/doc/libtool.texi
===================================================================
--- libtool-2.5.4.orig/doc/libtool.texi
+++ libtool-2.5.4/doc/libtool.texi
@@ -18,7 +18,7 @@
@set objdir .libs
@copying
-This manual is for GNU Libtool (version @value{VERSION}, @value{UPDATED}).
+This manual is for GNU Libtool (version @value{VERSION}).
Copyright @copyright{} 1996--2019, 2021--2024 Free Software Foundation,
Inc.
@@ -44,7 +44,7 @@ the section entitled ``GNU Free Document
@titlepage
@title GNU Libtool
-@subtitle For version @value{VERSION}, @value{UPDATED}
+@subtitle For version @value{VERSION}
@author Gordon Matzigkeit
@author Alexandre Oliva
@author Thomas Tanner
|