mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-04-28 18:58:27 +00:00
buildsys: rework clean target, avoid doc-gen one
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
fe61988beb
commit
3f8253e848
3
Makefile
3
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
|
||||
|
Loading…
Reference in New Issue
Block a user