From 60f7eb519a5b75840325f0fa1a3123c02c37d00b Mon Sep 17 00:00:00 2001 From: filux Date: Sat, 2 Jan 2016 10:08:40 +0100 Subject: [PATCH] removed nasty timestamp from auto-documentation --- data/glest_game | 2 +- .../convert_faction_xml2html/convert_faction_xml2html.pl | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/data/glest_game b/data/glest_game index f22554bc..ba356e33 160000 --- a/data/glest_game +++ b/data/glest_game @@ -1 +1 @@ -Subproject commit f22554bcfa828545a8996e8f08a49c9f96848283 +Subproject commit ba356e330c911723d8537d2fb7fbe39df685e22c diff --git a/source/tools/convert_faction_xml2html/convert_faction_xml2html.pl b/source/tools/convert_faction_xml2html/convert_faction_xml2html.pl index 70449b1b..74ae9f94 100755 --- a/source/tools/convert_faction_xml2html/convert_faction_xml2html.pl +++ b/source/tools/convert_faction_xml2html/convert_faction_xml2html.pl @@ -170,8 +170,9 @@ $me =~ s/^.+\///; our $footer=$cfg->val( 'style', 'footer'); our $map_legend = $cfg->val('style', 'map_legend'); -$footer =~ s/VAR_CREATED_BY/$me<\/A><\/I>, version: $version<\/I>, using config-file: $cfg_file<\/I>, on: $now_string<\/I> /; - +#$footer =~ s/VAR_CREATED_BY/$me<\/A><\/I>, version: $version<\/I>, using config-file: $cfg_file<\/I>, on: $now_string<\/I> /; +# ^ timestamp should be in the one common footer +$footer =~ s/VAR_CREATED_BY/$me<\/A><\/I>, version: $version<\/I>, using config-file: $cfg_file<\/I>/; our $level_hp = $cfg->val('all', 'level_hp'); our $level_ep = $cfg->val('all', 'level_ep');