5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-03-24 06:50:10 +03:00

asciidoc-pve.in: define revdate/revnumber for all backends

This commit is contained in:
Dietmar Maurer 2016-10-12 11:57:46 +02:00
parent dd284d2569
commit b2a47ab2b5

View File

@ -268,6 +268,8 @@ sub compile_asciidoc {
my $attributes = {
$env => undef,
leveloffset => $leveloffset,
revnumber => $release,
revdate => $date,
};
my $mansection = $fileinfo->{mansection}->{$env}->{$infile};
@ -342,7 +344,6 @@ sub compile_asciidoc {
$attributes->{icons} = undef;
$attributes->{'data-uri'} = undef;
$attributes->{revnumber} = $release;
my $cmd = ['asciidoc'];