]> git.proxmox.com Git - qemu-server.git/commitdiff
cleanup build artificats before doc clean
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 26 Nov 2019 12:53:18 +0000 (13:53 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 26 Nov 2019 12:53:18 +0000 (13:53 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 50219d60170dbbd0be189f20031298e33dc9fb34..cb9504443f1f2729a6ca75e10cfade00f5b28cb9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -108,8 +108,8 @@ upload: ${DEB}
 
 .PHONY: clean
 clean:
-       $(MAKE) cleanup-docgen
        rm -rf $(PACKAGE)-*/ *.deb *.buildinfo *.changes *.dsc $(PACKAGE)_*.tar.gz
+       $(MAKE) cleanup-docgen
        find . -name '*~' -exec rm {} ';'