From ee283b6d57868805dd26b397165e20d4333af7dd Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 5 Mar 2024 11:26:30 +0100 Subject: [PATCH] buildsys: cleanup all docs and shell comnpletion artefacts Signed-off-by: Thomas Lamprecht --- src/bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/Makefile b/src/bin/Makefile index 45e133b..2e0a080 100644 --- a/src/bin/Makefile +++ b/src/bin/Makefile @@ -33,4 +33,4 @@ install: pvesm.1 pvesm.bash-completion pvesm.zsh-completion .PHONY: clean clean: - rm -f *.xml.tmp *.1 *.5 *.8 *{synopsis,opts}.adoc docinfo.xml + rm -f *.xml.tmp *.1 *.5 *.8 *.adoc docinfo.xml *.bash-completion *.zsh-completion