aboutsummaryrefslogtreecommitdiff
blob: e64c5f87f5f1e9ec5462d92603abedf4b53fc50a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From d6518615c0891a1115bf6436f6e6bf28797a32ea Mon Sep 17 00:00:00 2001
From: "Jory A. Pratt" <anarchy@gentoo.org>
Date: Sun, 8 Oct 2017 08:49:21 -0500
Subject: [PATCH 2/2] Do not install html docs

Signed-off-by: Jory A. Pratt <anarchy@gentoo.org>
---
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index fec1397..97bad40 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -459,7 +459,7 @@ install_doc_man:
 	$(INSTALL) -m 644 $$d $(MANDIR)/man3; \
 done
 
-install_doc: install_doc_html install_doc_man
+install_doc: install_doc_man
 
 install: install_bin install_include install_lib install_doc
 
-- 
2.14.2