mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-09 08:56:34 +00:00
buildsys: rework doc-gen cleanup and makefile inclusion
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
0e77456f1f
commit
08c9d4ebef
14
bin/Makefile
14
bin/Makefile
@ -1,10 +1,7 @@
|
|||||||
include ../defines.mk
|
include ../defines.mk
|
||||||
|
|
||||||
# this requires package pve-doc-generator
|
|
||||||
export NOVIEW=1
|
|
||||||
|
|
||||||
PERL_DOC_INC_DIRS=..
|
PERL_DOC_INC_DIRS=..
|
||||||
include /usr/share/pve-doc-generator/pve-doc-generator.mk
|
-include /usr/share/pve-doc-generator/pve-doc-generator.mk
|
||||||
|
|
||||||
SERVICES = pvestatd pveproxy pvedaemon spiceproxy pvescheduler
|
SERVICES = pvestatd pveproxy pvedaemon spiceproxy pvescheduler
|
||||||
CLITOOLS = vzdump pvesubscription pveceph pveam pvesr pvenode pvesh pve6to7
|
CLITOOLS = vzdump pvesubscription pveceph pveam pvesr pvenode pvesh pve6to7
|
||||||
@ -76,8 +73,7 @@ install: $(SCRIPTS) $(CLI_MANS) $(SERVICE_MANS) $(BASH_COMPLETIONS) $(ZSH_COMPLE
|
|||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
make cleanup-docgen
|
rm -f *.xml.tmp *.1 *.5 *.8 *{synopsis,opts}.adoc docinfo.xml
|
||||||
rm -rf *~ *.tmp $(CLI_MANS) $(SERVICE_MANS) *.1.pod *.8.pod \
|
rm -f *~ *.tmp $(CLI_MANS) $(SERVICE_MANS) *.1.pod *.8.pod
|
||||||
*.bash-completion *.service-bash-completion \
|
rm -f *.bash-completion *.service-bash-completion *.zsh-completion *.service-zsh-completion
|
||||||
*.zsh-completion *.service-zsh-completion \
|
rm -f *.api-verified *.service-api-verified
|
||||||
*.api-verified *.service-api-verified
|
|
||||||
|
Loading…
Reference in New Issue
Block a user