This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Do not add build date into man pages


in order to make builds reproducible.
See https://reproducible-builds.org/ for why this is good.
---
 man/cs/stappaths.7.in | 2 +-
 man/stappaths.7.in    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/man/cs/stappaths.7.in b/man/cs/stappaths.7.in
index 416393d..eb8ca76 100644
--- a/man/cs/stappaths.7.in
+++ b/man/cs/stappaths.7.in
@@ -18,7 +18,7 @@ stappaths \- důležitá umístění souborů a adresářů systemtapu
 ..
 
 .SH POPIS
-Tato manuálová stránka byla vygenerována @DATE@ pro systemtap @VERSION@.
+Tato manuálová stránka byla vygenerována pro systemtap @VERSION@.
 Následuje seznam důležitých umístění souborů a adresářů.
 
 .TP
diff --git a/man/stappaths.7.in b/man/stappaths.7.in
index 2b469f2..7382444 100644
--- a/man/stappaths.7.in
+++ b/man/stappaths.7.in
@@ -18,7 +18,7 @@ stappaths \- systemtap configurable file paths
 ..
 
 .SH DESCRIPTION
-This manual page was generated on @DATE@ for systemtap @VERSION@.
+This manual page was generated for systemtap @VERSION@.
 The following section will list the main paths in systemtap that are 
 important to know and may be required to reference.
 .TP
-- 
2.13.6


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]