2015-06-13 01:03:31 +02:00
|
|
|
Use man pages generated by help2man in the host build.
|
|
|
|
|
2016-01-20 23:49:00 +01:00
|
|
|
diff -u -r ../coreutils-8.25/Makefile.in ./Makefile.in
|
|
|
|
--- ../coreutils-8.25/Makefile.in 2016-01-20 05:55:18.000000000 -0500
|
|
|
|
+++ ./Makefile.in 2016-01-20 17:47:11.033497974 -0500
|
|
|
|
@@ -14385,32 +14385,7 @@
|
2015-07-04 14:44:30 +02:00
|
|
|
@SINGLE_BINARY_FALSE@man/yes.1: src/yes$(EXEEXT)
|
2015-06-13 01:03:31 +02:00
|
|
|
|
|
|
|
.x.1:
|
|
|
|
- $(AM_V_GEN)name=`echo $@ | sed 's|.*/||; s|\.1$$||'` || exit 1; \
|
|
|
|
- case $$name in \
|
|
|
|
- install) prog='ginstall'; argv=$$name;; \
|
|
|
|
- test) prog='['; argv='[';; \
|
|
|
|
- *) prog=$$name; argv=$$prog;; \
|
|
|
|
- esac; \
|
|
|
|
- rm -f $@ $@-t \
|
|
|
|
- && t=$*.td \
|
|
|
|
- && rm -rf $$t \
|
|
|
|
- && $(MKDIR_P) $$t \
|
2015-07-04 14:44:30 +02:00
|
|
|
- && (cd $$t && $(LN_S) '$(abs_top_builddir)/src/'$$prog$(EXEEXT) \
|
|
|
|
- $$argv$(EXEEXT)) \
|
2016-01-20 23:49:00 +01:00
|
|
|
- && : $${SOURCE_DATE_EPOCH=`cat $(srcdir)/.timestamp 2>/dev/null || :`} \
|
|
|
|
- && export SOURCE_DATE_EPOCH && $(run_help2man) \
|
2015-06-13 01:03:31 +02:00
|
|
|
- --source='$(PACKAGE_STRING)' \
|
|
|
|
- --include=$(srcdir)/man/$$name.x \
|
2015-07-04 14:44:30 +02:00
|
|
|
- --output=$$t/$$name.1 \
|
|
|
|
- --info-page='\(aq(coreutils) '$$name' invocation\(aq' \
|
|
|
|
- $$t/$$argv$(EXEEXT) \
|
2015-06-13 01:03:31 +02:00
|
|
|
- && sed \
|
|
|
|
- -e 's|$*\.td/||g' \
|
|
|
|
- -e '/For complete documentation/d' \
|
|
|
|
- $$t/$$name.1 > $@-t \
|
|
|
|
- && rm -rf $$t \
|
|
|
|
- && chmod a-w $@-t \
|
|
|
|
- && mv $@-t $@
|
|
|
|
+ cp $(top_srcdir)/../host-build/$@ $@
|
|
|
|
.PHONY: check-root
|
|
|
|
check-root:
|
|
|
|
$(MAKE) check TESTS='$(root_tests)' SUBDIRS=.
|