From: Ido Schimmel Date: Wed, 9 Oct 2024 06:20:53 +0000 (+0300) Subject: man: Add ip-rule(8) as generation target X-Git-Tag: v6.13.0~15^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8ef80bcbbd21c01719681b95d3d17d2c827d2699;p=thirdparty%2Fiproute2.git man: Add ip-rule(8) as generation target 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 Reviewed-by: Daniel Machon Reviewed-by: Guillaume Nault Signed-off-by: David Ahern --- diff --git a/man/man8/.gitignore b/man/man8/.gitignore index 7b08e911..08098a2f 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 6dab182f..82cbe89f 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