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)$
|
||||
.\"t
|
||||
$endif$
|
||||
$if(pandoc-version)$
|
||||
.\" Automatically generated by Pandoc $pandoc-version$
|
||||
.\"
|
||||
$endif$
|
||||
$if(adjusting)$
|
||||
.ad $adjusting$
|
||||
$endif$
|
||||
|
|
Loading…
Reference in a new issue