diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-12-06 19:28:46 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-12-07 18:31:58 +0100 |
commit | aeee785b047fdc8a25be0b65d9ffe2b9c07900d3 (patch) | |
tree | 4c065f95017f32bd0eb641c8a7a1b35d9cab4a23 /package/autoconf/patches | |
parent | d2cf1093bf98afc03a0cbc1c5ba6c7295ec81779 (diff) |
autoconf: disable manpages/docs
Diffstat (limited to 'package/autoconf/patches')
-rw-r--r-- | package/autoconf/patches/patch-Makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/autoconf/patches/patch-Makefile_in b/package/autoconf/patches/patch-Makefile_in new file mode 100644 index 000000000..502588165 --- /dev/null +++ b/package/autoconf/patches/patch-Makefile_in @@ -0,0 +1,11 @@ +--- autoconf-2.69.orig/Makefile.in 2012-04-25 04:40:26.000000000 +0200 ++++ autoconf-2.69/Makefile.in 2015-12-06 17:42:13.000000000 +0100 +@@ -245,7 +245,7 @@ top_srcdir = @top_srcdir@ + # bin/ must be run first, as it builds executables needed for tests. + # autom4te uses autotest.m4f to generate `testsuite', so build tests last. + # Rules in man/ use scripts from both bin/ and tests/, so *it* goes last. +-SUBDIRS = bin . lib doc tests man ++SUBDIRS = bin . lib + ACLOCAL_AMFLAGS = -I m4 + EXTRA_DIST = ChangeLog.0 ChangeLog.1 ChangeLog.2 ChangeLog.3 \ + BUGS COPYINGv3 COPYING.EXCEPTION \ |