diff options
author | Christian Beier <dontmind@freeshell.org> | 2014-07-08 17:28:14 +0200 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2014-08-10 13:59:50 +0200 |
commit | e63c24482817dd89431cad38a6c0208eda6e9f87 (patch) | |
tree | bcf81ba4ae8ba5f25bff07ca6d5f5c5f0d3cecc8 /devel | |
parent | 0401ca4ca194072e1306974f6d24559ae3b30392 (diff) |
gcc: Do not ship .info and .man files.
Signed-off-by: Christian Beier <dontmind@freeshell.org>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gcc/patches/010-documentation.patch | 13 |
1 files changed, 12 insertions, 1 deletions
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) |