1For native builds we don't care about the documentation, and this would
2otherwise pull in a dependency on help2man.
3
4Upstream-Status: Inappropriate
5Signed-off-by: Ross Burton <ross.burton@arm.com>
6
7diff --git a/Makefile.in b/Makefile.in
8index 146e8e3..a1827c1 100644
9--- a/Makefile.in
10+++ b/Makefile.in
11@@ -763,10 +762,0 @@ dist_buildaux_SCRIPTS = \
12-dist_man_MANS = \
13-  man/autoconf.1 \
14-  man/autoheader.1 \
15-  man/autom4te.1 \
16-  man/autoreconf.1 \
17-  man/autoscan.1 \
18-  man/autoupdate.1 \
19-  man/ifnames.1
20-
21-
22