Test-Command: txt2man debian/examples.d/start-here.txt | egrep "TH untitled"

Test-Command: txt2man -d "06 Nov 2018" -t start-here -r start-here-1.53 -s 1 -v
              "very simple example for txt2man" debian/examples.d/start-here.txt
              | egrep "TH start-here" -C 50

Test-Command: bookman -p -t 'Unix Reference Manual' /usr/share/man/man1/* >
              $AUTOPKGTEST_TMP/book.pdf 2> /dev/null; ls -lh $AUTOPKGTEST_TMP;
              [ -s $AUTOPKGTEST_TMP/book.pdf ] || exit 1
Depends: @, ghostscript, groff
Restrictions: allow-stderr

Test-Command: cp debian/tests/test.c $AUTOPKGTEST_TMP; cd $AUTOPKGTEST_TMP;
              src2man test.c | grep foo; cat foobar.3 | egrep -C 50 "TH foobar"
