Resolves: RHEL-80811 Resolves: RHEL-57022 Resolves: RHEL-24098 Resolves: RHEL-24097 Resolves: RHEL-86865
31 lines
1.1 KiB
Diff
31 lines
1.1 KiB
Diff
From 786b3456ad2d3d37e9729b83d0ddce8794060fb1 Mon Sep 17 00:00:00 2001
|
|
From: rpm-build <rpm-build>
|
|
Date: Wed, 6 Mar 2024 19:17:14 +0100
|
|
Subject: [PATCH 03/50] 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 e85763ccf8..8a829be037 100644
|
|
--- a/Configurations/unix-Makefile.tmpl
|
|
+++ b/Configurations/unix-Makefile.tmpl
|
|
@@ -658,7 +658,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.49.0
|
|
|