mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 08:06:25 +00:00
e56c86050c
update 1.15.1 (2017-06-21) to 1.16.4 (2021-07-25) announce 1.16: https://lists.gnu.org/archive/html/info-gnu/2018-02/msg00008.html announce 1.16.1: https://lists.gnu.org/archive/html/info-gnu/2018-03/msg00002.html announce 1.16.2: http://savannah.gnu.org/forum/forum.php?forum_id=9706 announce 1.16.3: http://savannah.gnu.org/forum/forum.php?forum_id=9862 announce 1.16.4: https://git.savannah.gnu.org/gitweb/?p=automake.git;a=blob;f=NEWS;h=bb3e3ae4781cc28fff0f793ba4959669a2a0024a;hb=39c0005a1aadefdace6f2c741f8fd8a84e60f0f1
26 lines
727 B
Diff
26 lines
727 B
Diff
From fc19cd1da6161ec5602e692488dfc8e670797afe Mon Sep 17 00:00:00 2001
|
|
From: Stefan Saraev <stefan@saraev.ca>
|
|
Date: Fri, 15 Aug 2014 22:10:03 +0300
|
|
Subject: [PATCH] meh help2man
|
|
|
|
---
|
|
Makefile.in | 2 +-
|
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
|
|
diff --git a/Makefile.in b/Makefile.in
|
|
index 5a336df..2d2029b 100644
|
|
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -701,7 +701,7 @@ update_mans = \
|
|
update_mans = \
|
|
$(AM_V_GEN): \
|
|
&& $(MKDIR_P) doc \
|
|
- && ./pre-inst-env $(PERL) $(srcdir)/doc/help2man --output=$@
|
|
+ && ./pre-inst-env $(PERL) $(srcdir)/doc/help2man --output=$@ --no-discard-stderr
|
|
|
|
checklinkx = $(top_srcdir)/contrib/checklinkx
|
|
# that 4-second sleep seems to be what gnu.org likes.
|
|
--
|
|
1.7.2.5
|
|
|