> This is just my own personal use of .TH in all my projects > , using sbuild as an example: > > TH SCHROOT 1 "@RELEASE_DATE@" "Version @VERSION@" "Debian > sbuild" > > where @RELEASE_DATE@ is the date of the release, which > gets substituted in by autoconf's configure script > (schroot.1.in -> schroot.1). Downside: an additional > processing step. Advantage: always up to date with no > manual editing required.
This also means localized manpages will always fail the simple date check, unless you use the same .TH line in every localized manpage. Doing so, however, would make it as impossible to know which manpages are outdated based on the .TH line. -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org