mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-05 20:44:36 +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:
|
clean:
|
||||||
$(MAKE) -C test $@
|
$(MAKE) -C test $@
|
||||||
rm -rf $(PACKAGE)-*/ *.deb *.build *.buildinfo *.changes *.dsc $(PACKAGE)_*.tar.?z
|
rm -rf $(PACKAGE)-*/ *.deb *.build *.buildinfo *.changes *.dsc $(PACKAGE)_*.tar.?z
|
||||||
$(MAKE) cleanup-docgen
|
rm -f *.xml.tmp *.1 *.5 *.8 *{synopsis,opts}.adoc docinfo.xml
|
||||||
find . -name '*~' -exec rm {} ';'
|
|
||||||
|
|
||||||
|
|
||||||
.PHONY: distclean
|
.PHONY: distclean
|
||||||
|
Loading…
Reference in New Issue
Block a user