1 |
jpp |
1.1 |
From 3d5755df8d09ca841c0aca2d7344db060f6cc97f Mon Sep 17 00:00:00 2001 |
2 |
|
|
From: Tomas Mraz <tmraz@fedoraproject.org> |
3 |
|
|
Date: Thu, 24 Sep 2020 09:05:55 +0200 |
4 |
|
|
Subject: Do not install html docs |
5 |
|
|
|
6 |
|
|
(was openssl-1.1.1-no-html.patch) |
7 |
|
|
--- |
8 |
|
|
Configurations/unix-Makefile.tmpl | 2 +- |
9 |
|
|
1 file changed, 1 insertion(+), 1 deletion(-) |
10 |
|
|
|
11 |
|
|
diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl |
12 |
|
|
index 342e46d24d..9f369edf0e 100644 |
13 |
|
|
--- a/Configurations/unix-Makefile.tmpl |
14 |
|
|
+++ b/Configurations/unix-Makefile.tmpl |
15 |
|
|
@@ -554,7 +554,7 @@ install_sw: install_dev install_engines install_modules install_runtime |
16 |
|
|
|
17 |
|
|
uninstall_sw: uninstall_runtime uninstall_modules uninstall_engines uninstall_dev |
18 |
|
|
|
19 |
|
|
-install_docs: install_man_docs install_html_docs |
20 |
|
|
+install_docs: install_man_docs |
21 |
|
|
|
22 |
|
|
uninstall_docs: uninstall_man_docs uninstall_html_docs |
23 |
|
|
$(RM) -r $(DESTDIR)$(DOCDIR) |
24 |
|
|
-- |
25 |
|
|
2.26.2 |
26 |
|
|
|