[llvm] e877245 - [docs] Remove ref to deleted "Packaging.rst"
Bill Wendling via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 26 14:28:21 PST 2024
Author: Bill Wendling
Date: 2024-02-26T14:28:08-08:00
New Revision: e87724560f5f155e662cbdda17409361b98d42d6
URL: https://github.com/llvm/llvm-project/commit/e87724560f5f155e662cbdda17409361b98d42d6
DIFF: https://github.com/llvm/llvm-project/commit/e87724560f5f155e662cbdda17409361b98d42d6.diff
LOG: [docs] Remove ref to deleted "Packaging.rst"
This is a fix for commit e9cdd165d7bc ("[docs] Remove the Packaging
"Tips" which seems to be about pre-cmake ./configure (#82958)"). The
doc was removed but not the references to it.
Added:
Modified:
llvm/docs/GettingInvolved.rst
Removed:
################################################################################
diff --git a/llvm/docs/GettingInvolved.rst b/llvm/docs/GettingInvolved.rst
index 811b324ebad9d2..f89483904ab737 100644
--- a/llvm/docs/GettingInvolved.rst
+++ b/llvm/docs/GettingInvolved.rst
@@ -69,7 +69,6 @@ Information about LLVM's development process.
Projects
HowToReleaseLLVM
- Packaging
ReleaseProcess
HowToAddABuilder
ReleaseNotes
@@ -89,9 +88,6 @@ Information about LLVM's development process.
:doc:`HowToAddABuilder`
Instructions for adding new builder to LLVM buildbot master.
-:doc:`Packaging`
- Advice on packaging LLVM into a distribution.
-
:doc:`Release notes for the current release <ReleaseNotes>`
This describes new features, known bugs, and other limitations.
More information about the llvm-commits
mailing list