Gentoo Archives: gentoo-commits

From: "Jory Pratt (anarchy)" <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/jemalloc/files: jemalloc-2.2.5_fix_html_install.patch
Date: Sun, 26 Feb 2012 04:05:42
Message-Id: 20120226040532.7564D2004C@flycatcher.gentoo.org
1 anarchy 12/02/26 04:05:32
2
3 Added: jemalloc-2.2.5_fix_html_install.patch
4 Log:
5 Fix bug #403945 and #398675
6
7 (Portage version: 2.1.10.49/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-libs/jemalloc/files/jemalloc-2.2.5_fix_html_install.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jemalloc/files/jemalloc-2.2.5_fix_html_install.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jemalloc/files/jemalloc-2.2.5_fix_html_install.patch?rev=1.1&content-type=text/plain
14
15 Index: jemalloc-2.2.5_fix_html_install.patch
16 ===================================================================
17 --- a/Makefile.in
18 +++ b/Makefile.in
19 @@ -176,7 +176,7 @@
20 install -m 644 $$d $(MANDIR)/man3; \
21 done
22
23 -install_doc: install_html install_man
24 +install_doc: install_man
25
26 install: install_bin install_include install_lib install_doc