[PATCH] Do not add build date into man pages
Bernhard M. Wiedemann
bwiedemann@suse.de
Tue Nov 28 08:59:00 GMT 2017
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
More information about the Systemtap
mailing list