Patrick Williams | 01f14c8 | 2014-12-11 19:03:42 -0600 | [diff] [blame] | 1 | From 8056846566045eab511ab134c4a04662ce3e1cea Mon Sep 17 00:00:00 2001 |
| 2 | From: Patrick Williams <iawillia@us.ibm.com> |
| 3 | Date: Thu, 11 Dec 2014 16:30:42 -0600 |
| 4 | Subject: [PATCH] Skip docs. |
| 5 | |
| 6 | --- |
| 7 | binutils/Makefile.am | 2 +- |
| 8 | binutils/Makefile.in | 2 +- |
| 9 | gas/Makefile.am | 2 +- |
| 10 | gas/Makefile.in | 2 +- |
| 11 | 4 files changed, 4 insertions(+), 4 deletions(-) |
| 12 | |
| 13 | diff --git a/binutils/Makefile.am b/binutils/Makefile.am |
| 14 | index 7f5f0c4..26bf327 100644 |
| 15 | --- a/binutils/Makefile.am |
| 16 | +++ b/binutils/Makefile.am |
| 17 | @@ -20,7 +20,7 @@ |
| 18 | AUTOMAKE_OPTIONS = dejagnu no-dist foreign |
| 19 | ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd |
| 20 | |
| 21 | -SUBDIRS = doc po |
| 22 | +SUBDIRS = po |
| 23 | |
| 24 | tooldir = $(exec_prefix)/$(target_alias) |
| 25 | |
| 26 | diff --git a/binutils/Makefile.in b/binutils/Makefile.in |
| 27 | index c6e0003..5f34bf9 100644 |
| 28 | --- a/binutils/Makefile.in |
| 29 | +++ b/binutils/Makefile.in |
| 30 | @@ -434,7 +434,7 @@ top_builddir = @top_builddir@ |
| 31 | top_srcdir = @top_srcdir@ |
| 32 | AUTOMAKE_OPTIONS = dejagnu no-dist foreign |
| 33 | ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd |
| 34 | -SUBDIRS = doc po |
| 35 | +SUBDIRS = po |
| 36 | tooldir = $(exec_prefix)/$(target_alias) |
| 37 | |
| 38 | # Automake 1.10+ disables lex and yacc output file regeneration if |
| 39 | diff --git a/gas/Makefile.am b/gas/Makefile.am |
| 40 | index f65225f..3850223 100644 |
| 41 | --- a/gas/Makefile.am |
| 42 | +++ b/gas/Makefile.am |
| 43 | @@ -20,7 +20,7 @@ |
| 44 | AUTOMAKE_OPTIONS = 1.11 dejagnu foreign no-dist |
| 45 | ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd |
| 46 | |
| 47 | -SUBDIRS = doc po |
| 48 | +SUBDIRS = po |
| 49 | |
| 50 | tooldir = $(exec_prefix)/$(target_alias) |
| 51 | |
| 52 | diff --git a/gas/Makefile.in b/gas/Makefile.in |
| 53 | index c7b3597..162d2c1 100644 |
| 54 | --- a/gas/Makefile.in |
| 55 | +++ b/gas/Makefile.in |
| 56 | @@ -300,7 +300,7 @@ top_builddir = @top_builddir@ |
| 57 | top_srcdir = @top_srcdir@ |
| 58 | AUTOMAKE_OPTIONS = 1.11 dejagnu foreign no-dist |
| 59 | ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd |
| 60 | -SUBDIRS = doc po |
| 61 | +SUBDIRS = po |
| 62 | tooldir = $(exec_prefix)/$(target_alias) |
| 63 | |
| 64 | # Automake 1.10+ disables lex and yacc output file regeneration if |
| 65 | -- |
| 66 | 2.1.1 |
| 67 | |