Resolves: RHEL-122599 Resolves: RHEL-141987 Resolves: RHEL-142009 Resolves: RHEL-142022 Resolves: RHEL-142026 Resolves: RHEL-142030 Resolves: RHEL-142034 Resolves: RHEL-142038 Resolves: RHEL-142042 Resolves: RHEL-142046 Resolves: RHEL-142050 Resolves: RHEL-142054
31 lines
1.1 KiB
Diff
31 lines
1.1 KiB
Diff
From 44f15e373a78a1fb01edf15e7530cea4c8a1b79b Mon Sep 17 00:00:00 2001
|
|
From: rpm-build <rpm-build>
|
|
Date: Wed, 6 Mar 2024 19:17:14 +0100
|
|
Subject: [PATCH 03/57] RH: Do not install html docs
|
|
|
|
Patch-name: 0003-Do-not-install-html-docs.patch
|
|
Patch-id: 3
|
|
Patch-status: |
|
|
# # Do not install html docs
|
|
From-dist-git-commit: 4334bc837fbc64d14890fdc51679a80770d498ce
|
|
---
|
|
Configurations/unix-Makefile.tmpl | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
|
|
index 78be4a3199..962d1330bb 100644
|
|
--- a/Configurations/unix-Makefile.tmpl
|
|
+++ b/Configurations/unix-Makefile.tmpl
|
|
@@ -669,7 +669,7 @@ install_sw: install_dev install_engines install_modules install_runtime ## Insta
|
|
|
|
uninstall_sw: uninstall_runtime uninstall_modules uninstall_engines uninstall_dev ## Uninstall the software and libraries
|
|
|
|
-install_docs: install_man_docs install_html_docs ## Install manpages and HTML documentation
|
|
+install_docs: install_man_docs ## Install manpages
|
|
|
|
uninstall_docs: uninstall_man_docs uninstall_html_docs ## Uninstall manpages and HTML documentation
|
|
$(RM) -r "$(DESTDIR)$(DOCDIR)"
|
|
--
|
|
2.52.0
|
|
|