]> git.proxmox.com Git - qemu-server.git/commitdiff
buildsys: rework clean target, avoid doc-gen one
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 19 May 2023 12:17:45 +0000 (14:17 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 19 May 2023 13:06:46 +0000 (15:06 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 09ef61a9c977942750f867b4da4a1978547ffe8b..133468daf298d796761fd8d53b02a1e69ad107de 100644 (file)
--- 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