On 12/05/12 20:49, Assaf Gordon wrote:
On 12/05/12 19:58, Jim Meyering wrote:
Assaf Gordon wrote:
Somewhat related:
How do I add a rule to build the man page (I'm working on passing 'make
syntax-check').
You'll have to add "numfmt" to the list of programs in
build-aux/gen-lists-of-programs.sh
I already added it to "gen-lists-of-programs.sh" (under "normal_progs") - and
the compilation works fine.
I've also added a line to "tests/local.mk" and "make checks" works fine.
But the man page part seems to be ignored.
Nevermind - figured it out:
A stub "man/numfmt.x" file is required.