Assaf Gordon wrote: > Assaf Gordon wrote, On 12/05/2012 06:13 PM: >> Attached is a working version of numfmt. > > Somewhat related: > How do I add a rule to build the man page (I'm working on passing 'make > syntax-check'). > > I've added the following line to 'man/local.mk': > man/numfmt.1: src/numfmt > > But it doesn't get build (after bootstrap+configure+make).
You'll have to add "numfmt" to the list of programs in build-aux/gen-lists-of-programs.sh Then, be sure to run "make syntax-check", and it'll cross-check a few other things that have to be synced with that list.
