Man: insert "automatically generated" comment only if pandoc-version set.
This will make it possible to deactivate it for automatic tests, so they don't need to be updated every time we bump a version.
This commit is contained in:
parent
319b641365
commit
879f793fac
1 changed files with 2 additions and 0 deletions
|
@ -1,8 +1,10 @@
|
||||||
$if(has-tables)$
|
$if(has-tables)$
|
||||||
.\"t
|
.\"t
|
||||||
$endif$
|
$endif$
|
||||||
|
$if(pandoc-version)$
|
||||||
.\" Automatically generated by Pandoc $pandoc-version$
|
.\" Automatically generated by Pandoc $pandoc-version$
|
||||||
.\"
|
.\"
|
||||||
|
$endif$
|
||||||
$if(adjusting)$
|
$if(adjusting)$
|
||||||
.ad $adjusting$
|
.ad $adjusting$
|
||||||
$endif$
|
$endif$
|
||||||
|
|
Loading…
Add table
Reference in a new issue