buildsys: rework clean target, avoid doc-gen one

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-05-19 14:17:45 +02:00
parent fe61988beb
commit 3f8253e848

View File

@ -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