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:
John MacFarlane 2015-10-18 09:57:01 -07:00
parent 319b641365
commit 879f793fac

View file

@ -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$