mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-06 20:55:13 +02:00
build: remove manpage files during make clean
This commit is contained in:
@@ -14,6 +14,11 @@ xtables-addons.8: FORCE
|
||||
install-exec-hook:
|
||||
depmod -a || :;
|
||||
|
||||
clean-local-mans:
|
||||
${MAKE} -f Makefile.mans clean;
|
||||
|
||||
clean-local: clean-local-mans
|
||||
|
||||
config.status: Makefile.iptrules.in
|
||||
|
||||
tmpdir := $(shell mktemp -dtu)
|
||||
|
@@ -38,3 +38,6 @@ matches.man: .manpages.lst ${wcman_matches}
|
||||
|
||||
targets.man: .manpages.lst ${wcman_targets}
|
||||
$(call man_run,${wlist_targets})
|
||||
|
||||
clean:
|
||||
rm -f xtables-addons.8 matches.man targets.man
|
||||
|
Reference in New Issue
Block a user