diff mbox series

[iproute2-next,1/2] man: Add ip-rule(8) as generation target

Message ID 20241009062054.526485-2-idosch@nvidia.com (mailing list archive)
State Accepted
Commit 8ef80bcbbd21c01719681b95d3d17d2c827d2699
Delegated to: David Ahern
Headers show
Series iprule: Add DSCP support | expand

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Commit Message

Ido Schimmel Oct. 9, 2024, 6:20 a.m. UTC
In a similar fashion to other man pages, add ip-rule(8) as generation
target so that we could use variable substitutions there in a subsequent
patch.

Signed-off-by: Ido Schimmel <idosch@nvidia.com>
---
 man/man8/.gitignore                  | 1 +
 man/man8/Makefile                    | 2 +-
 man/man8/{ip-rule.8 => ip-rule.8.in} | 0
 3 files changed, 2 insertions(+), 1 deletion(-)
 rename man/man8/{ip-rule.8 => ip-rule.8.in} (100%)

Comments

Daniel Machon Oct. 10, 2024, 11:59 a.m. UTC | #1
> In a similar fashion to other man pages, add ip-rule(8) as generation
> target so that we could use variable substitutions there in a subsequent
> patch.
> 
> Signed-off-by: Ido Schimmel <idosch@nvidia.com>

Reviewed-by: Daniel Machon <daniel.machon@microchip.com>
Guillaume Nault Oct. 10, 2024, 10:14 p.m. UTC | #2
On Wed, Oct 09, 2024 at 09:20:53AM +0300, Ido Schimmel wrote:
> In a similar fashion to other man pages, add ip-rule(8) as generation
> target so that we could use variable substitutions there in a subsequent
> patch.

Reviewed-by: Guillaume Nault <gnault@redhat.com>
diff mbox series

Patch

diff --git a/man/man8/.gitignore b/man/man8/.gitignore
index 7b08e9114455..08098a2fb588 100644
--- a/man/man8/.gitignore
+++ b/man/man8/.gitignore
@@ -3,3 +3,4 @@  ip-address.8
 ip-link.8
 ip-netns.8
 ip-route.8
+ip-rule.8
diff --git a/man/man8/Makefile b/man/man8/Makefile
index 6dab182fa8e3..82cbe89f7ce0 100644
--- a/man/man8/Makefile
+++ b/man/man8/Makefile
@@ -1,5 +1,5 @@ 
 # SPDX-License-Identifier: GPL-2.0
-TARGETS = ip-address.8 ip-link.8 ip-netns.8 ip-route.8
+TARGETS = ip-address.8 ip-link.8 ip-netns.8 ip-route.8 ip-rule.8
 
 MAN8PAGES = $(TARGETS) $(filter-out $(TARGETS),$(wildcard *.8))
 
diff --git a/man/man8/ip-rule.8 b/man/man8/ip-rule.8.in
similarity index 100%
rename from man/man8/ip-rule.8
rename to man/man8/ip-rule.8.in