chiark / gitweb /
libgmime: Update from 2.6.23 to 3.0.1
[termux-packages] / packages / coreutils / Makefile.in.patch
1 diff -u -r ../coreutils-8.26/Makefile.in ./Makefile.in
2 --- ../coreutils-8.26/Makefile.in       2016-11-30 13:34:55.000000000 -0500
3 +++ ./Makefile.in       2016-11-30 19:10:09.902334174 -0500
4 @@ -14622,32 +14624,8 @@
5  @SINGLE_BINARY_FALSE@man/yes.1:       src/yes$(EXEEXT)
6  
7  .x.1:
8 -       $(AM_V_GEN)name=`echo $@ | sed 's|.*/||; s|\.1$$||'` || exit 1; \
9 -       case $$name in                                                  \
10 -         install) prog='ginstall'; argv=$$name;;                       \
11 -            test) prog='['; argv='[';;                                 \
12 -               *) prog=$$name; argv=$$prog;;                           \
13 -       esac;                                                           \
14 -       rm -f $@ $@-t                                                   \
15 -         && t=$*.td                                                    \
16 -         && rm -rf $$t                                                 \
17 -         && $(MKDIR_P) $$t                                             \
18 -         && (cd $$t && $(LN_S) '$(abs_top_builddir)/src/'$$prog$(EXEEXT) \
19 -                               $$argv$(EXEEXT))                        \
20 -       && : $${SOURCE_DATE_EPOCH=`cat $(srcdir)/.timestamp 2>/dev/null || :`} \
21 -       && export SOURCE_DATE_EPOCH && $(run_help2man)                  \
22 -                    --source='$(PACKAGE_STRING)'                       \
23 -                    --include=$(srcdir)/man/$$name.x                   \
24 -                    --output=$$t/$$name.1                              \
25 -                    --info-page='\(aq(coreutils) '$$name' invocation\(aq' \
26 -                    $$t/$$argv$(EXEEXT)                                \
27 -         && sed \
28 -              -e 's|$*\.td/||g' \
29 -              -e '/For complete documentation/d' \
30 -              $$t/$$name.1 > $@-t                      \
31 -         && rm -rf $$t                                                 \
32 -         && chmod a-w $@-t                                             \
33 -         && mv $@-t $@
34 +       # Use man pages generated by help2man in the host build.
35 +       cp $(top_srcdir)/../host-build/$@ $@
36  .PHONY: check-root
37  check-root:
38         $(MAKE) check TESTS='$(root_tests)' SUBDIRS=.