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:
parent
dd284d2569
commit
b2a47ab2b5
@ -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'];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user