README-dev \
ChangeLog.O \
m4/gnulib-cache.m4 \
+ man/hello.x \
contrib/de_franconian_po.txt \
contrib/evolution.txt
CLEANFILES = $(man_MANS)
hello.1: hello
- $(HELP2MAN) --name="friendly greeting program" $(top_builddir)/hello -o $@
+ $(HELP2MAN) --include=$(top_srcdir)/man/hello.x $(top_builddir)/hello -o $@
TESTS = \
tests/greeting-1 \
+[NAME]
+hello - friendly greeting program
+[BUGS]
+When --next-generation is combined with --greeting=TEXT, where the TEXT
+contains tabs and the terminal tab width is not 8 characters, the
+right-hand side of the frame can be incorrectly drawn.