Resolves: RHEL-136895 Resolves: RHEL-142004 Resolves: RHEL-142012 Resolves: RHEL-142020 Resolves: RHEL-142024 Resolves: RHEL-142028 Resolves: RHEL-142032 Resolves: RHEL-142036 Resolves: RHEL-142040 Resolves: RHEL-142044 Resolves: RHEL-142048 Resolves: RHEL-142052 Resolves: RHEL-142056
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
|
|
|