]> git.proxmox.com Git - pve-cluster.git/commitdiff
buildsys: rework doc-gen cleanup and makefile inclusion
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 31 May 2023 11:47:09 +0000 (13:47 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 31 May 2023 11:47:09 +0000 (13:47 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/Makefile

index c8307ef0cccc144ed6ecdac51bc7093adab65d4f..e5bdb3c1d1caa03c8cd098ec886b84594a7ef323 100644 (file)
@@ -61,6 +61,6 @@ IPCC.so: IPCC.o
 
 .PHONY: clean
 clean:
-       $(MAKE) cleanup-docgen
+       rm -f *.xml.tmp *.1 *.5 *.8 *(synopsis,opts).adoc docinfo.xml
        rm -f IPCC.so IPCC.o IPCC.c pvecm.bash-completion pvecm.zsh-completion
        for d in $(SUBDIRS); do $(MAKE) -C $$d clean; done