From e63c24482817dd89431cad38a6c0208eda6e9f87 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Tue, 8 Jul 2014 17:28:14 +0200 Subject: [PATCH] gcc: Do not ship .info and .man files. Signed-off-by: Christian Beier --- devel/gcc/patches/010-documentation.patch | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/devel/gcc/patches/010-documentation.patch b/devel/gcc/patches/010-documentation.patch index 25773a3d3..bf3af8237 100644 --- a/devel/gcc/patches/010-documentation.patch +++ b/devel/gcc/patches/010-documentation.patch @@ -1,6 +1,8 @@ +diff --git a/gcc/Makefile.in b/gcc/Makefile.in +index 9b6af49..a5404be 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in -@@ -4251,18 +4251,10 @@ +@@ -4267,18 +4267,10 @@ doc/gcc.info: $(TEXI_GCC_FILES) doc/gccint.info: $(TEXI_GCCINT_FILES) doc/cppinternals.info: $(TEXI_CPPINT_FILES) @@ -21,3 +23,12 @@ doc/cpp.dvi: $(TEXI_CPP_FILES) doc/gcc.dvi: $(TEXI_GCC_FILES) +@@ -4496,7 +4488,7 @@ maintainer-clean: + # Install the driver last so that the window when things are + # broken is small. + install: install-common $(INSTALL_HEADERS) \ +- install-cpp install-man install-info install-@POSUB@ \ ++ install-cpp install-@POSUB@ \ + install-driver install-lto-wrapper + + ifeq ($(enable_plugin),yes)