mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-08-03 10:04:56 +00:00
call spell-corrected synopsis generator method
This commit is contained in:
parent
aa99b34966
commit
2fcf16dfb0
@ -152,11 +152,11 @@ attributes.txt docinfo.xml:
|
||||
mv $@.tmp $@
|
||||
|
||||
%.1-synopsis.adoc:
|
||||
perl -I. -e "use PVE::CLI::$(subst -,_,$*);print PVE::CLI::$(subst -,_,$*)->generate_asciidoc_synopsys();" > $@.tmp
|
||||
perl -I. -e "use PVE::CLI::$(subst -,_,$*);print PVE::CLI::$(subst -,_,$*)->generate_asciidoc_synopsis();" > $@.tmp
|
||||
mv $@.tmp $@
|
||||
|
||||
%.8-synopsis.adoc:
|
||||
perl -I. -e "use PVE::Service::$(subst -,_,$*);print PVE::Service::$(subst -,_,$*)->generate_asciidoc_synopsys();" > $@.tmp
|
||||
perl -I. -e "use PVE::Service::$(subst -,_,$*);print PVE::Service::$(subst -,_,$*)->generate_asciidoc_synopsis();" > $@.tmp
|
||||
mv $@.tmp $@
|
||||
|
||||
ifneq (${DGDIR},.)
|
||||
|
Loading…
Reference in New Issue
Block a user