1 Upstream-Status: Pending
3 coreutils: fix for dummy-man usage
5 The options should be before the final argument, otherwise, the following error
6 would appear when compiling.
8 "dummy-man: too many non-option arguments"
10 Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
11 [Gustavo: update for 8.24]
13 diff -Nura coreutils-8.24.orig/man/local.mk coreutils-8.24/man/local.mk
14 --- coreutils-8.24.orig/man/local.mk 2015-07-04 11:23:47.190503631 -0300
15 +++ coreutils-8.24/man/local.mk 2015-07-04 11:24:25.046741090 -0300
18 --source='$(PACKAGE_STRING)' \
19 --include=$(srcdir)/man/$$name.x \
20 - --output=$$t/$$name.1 \
21 --info-page='\(aq(coreutils) '$$name' invocation\(aq' \
22 + --output=$$t/$$name.1 \