]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
man: Add ip-rule(8) as generation target
authorIdo Schimmel <idosch@nvidia.com>
Wed, 9 Oct 2024 06:20:53 +0000 (09:20 +0300)
committerDavid Ahern <dsahern@kernel.org>
Fri, 11 Oct 2024 00:27:22 +0000 (00:27 +0000)
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>
Reviewed-by: Guillaume Nault <gnault@redhat.com>
Signed-off-by: David Ahern <dsahern@kernel.org>
man/man8/.gitignore
man/man8/Makefile
man/man8/ip-rule.8.in [moved from man/man8/ip-rule.8 with 100% similarity]

index 7b08e91144559ed0d07d3928dceaccbb4009ab58..08098a2fb588371e4ac39de28ef6ab88fc94f7d6 100644 (file)
@@ -3,3 +3,4 @@ ip-address.8
 ip-link.8
 ip-netns.8
 ip-route.8
+ip-rule.8
index 6dab182fa8e3f610039c026da35a67d6000b0f55..82cbe89f7ce06987889120113798fae9febe7096 100644 (file)
@@ -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))
 
similarity index 100%
rename from man/man8/ip-rule.8
rename to man/man8/ip-rule.8.in