From 840d450a809b3e4542d9bbbb004d8a05690c178e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 24 Dec 2025 12:19:10 +0900 Subject: [PATCH] Do not add creator and date to generated help files. Those info do not add anything useful and make reproducible builds not possible Signed-off-by: Michele Calgaro (cherry picked from commit 6a183830e0eaa1869eeeb212c74386cd11679c0f) --- admin/gendoc.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/gendoc.pl b/admin/gendoc.pl index 700ed23..14b0aeb 100755 --- a/admin/gendoc.pl +++ b/admin/gendoc.pl @@ -149,7 +149,7 @@ sub print_header sub print_footer { - print $g_filehandle "
KVIrc $g_version Documentation
Generated by $g_currentuser at $g_currenttime\n"; + print $g_filehandle "
KVIrc $g_version Documentation\n"; print $g_filehandle "\n"; print $g_filehandle "\n"; }