From 3f8253e848d2bbd40e8c946aaf295ad452a17b88 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 19 May 2023 14:17:45 +0200 Subject: [PATCH] buildsys: rework clean target, avoid doc-gen one Signed-off-by: Thomas Lamprecht --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 09ef61a..133468d 100644 --- a/Makefile +++ b/Makefile @@ -113,8 +113,7 @@ upload: $(DEB) clean: $(MAKE) -C test $@ rm -rf $(PACKAGE)-*/ *.deb *.build *.buildinfo *.changes *.dsc $(PACKAGE)_*.tar.?z - $(MAKE) cleanup-docgen - find . -name '*~' -exec rm {} ';' + rm -f *.xml.tmp *.1 *.5 *.8 *{synopsis,opts}.adoc docinfo.xml .PHONY: distclean -- 2.39.2