X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=133468daf298d796761fd8d53b02a1e69ad107de;hb=HEAD;hp=09ef61a9c977942750f867b4da4a1978547ffe8b;hpb=fe61988beb7d0cccb14ad5f4cc86426f69caf1fd;p=qemu-server.git diff --git a/Makefile b/Makefile index 09ef61a9..133468da 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