Re: [iproute PATCH] man: Collect names of man pages automatically

2017-06-27 Thread Stephen Hemminger
On Tue, 27 Jun 2017 21:00:25 +0200 Phil Sutter wrote: > As it turned out, forgetting to add a man page to the respective > Makefile when introducing it is a common mistake. Overcome this once and > for all by using $(wildcard) function in Makefiles. > > Fixes: 7124942942e53 ("genl: add manpage")

[iproute PATCH] man: Collect names of man pages automatically

2017-06-27 Thread Phil Sutter
As it turned out, forgetting to add a man page to the respective Makefile when introducing it is a common mistake. Overcome this once and for all by using $(wildcard) function in Makefiles. Fixes: 7124942942e53 ("genl: add manpage") Fixes: 958cd210942c8 ("ifcfg: add manpage") Fixes: e1b7f883e50de