Blame SOURCES/0003-Do-not-install-html-docs.patch

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