cleanup build artificats before doc clean

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-11-26 13:53:18 +01:00
parent a78d5fb9a2
commit 5eb1e5943f

View File

@ -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 {} ';'