X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=Makefile;h=dd9d172c72976532b506372ea0ee92fd907904c9;hp=f321af24952b8cc7e5f034a70a41ae0e86393a66;hb=96f2beeb13548b0a3f86b62548809cea3be488c3;hpb=bd88f9d9c873ee3103ded53c911d3a3cf361d694 diff --git a/Makefile b/Makefile index f321af2..dd9d172 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,14 @@ DEB=${PACKAGE}_${DOCRELEASE}-${PKGREL}_amd64.deb COMMAND_LIST=pvecm qm qmrestore pct pveam pvesm pveum vzdump ha-manager -SERVICE_LIST=pve-firewall pve-ha-crm pve-ha-lrm pvestatd pmxcfs +SERVICE_LIST= \ + pve-firewall \ + pve-ha-crm \ + pve-ha-lrm \ + pvestatd \ + pmxcfs \ + pveproxy \ + pvedaemon CONFIG_LIST=datacenter.cfg qm.conf pct.conf @@ -98,32 +105,20 @@ all: pve-admin-guide.html %-nwdiag.svg: %.nwdiag nwdiag -T svg $*.nwdiag -o $@; -%.1: %.adoc %.1-synopsis.adoc ${PVE_COMMON_DOC_SOURCES} - a2x -a docinfo1 -a "manvolnum=1" -a "manversion=Release ${DOCRELEASE}" -f manpage $*.adoc - test -n "$${NOVIEW}" || man -l $@ - -pmxcfs.8.html: pmxcfs.adoc pmxcfs.8-cli.adoc ${PVE_COMMON_DOC_SOURCES} - asciidoc ${ADOC_MAN8_HTML_ARGS} -o $@ pmxcfs.adoc - test -n "$${NOVIEW}" || $(BROWSER) $@ & - %.1.html: %.adoc %.1-synopsis.adoc ${PVE_COMMON_DOC_SOURCES} asciidoc ${ADOC_MAN1_HTML_ARGS} -o $@ $*.adoc test -n "$${NOVIEW}" || $(BROWSER) $@ & -%.8-synopsis.adoc: - perl -e "use PVE::Service::$(subst -,_,$*);print PVE::Service::$(subst -,_,$*)->generate_asciidoc_synopsys();" > $@.tmp - mv $@.tmp $@ - -%.8: %.adoc %.8-synopsis.adoc docinfo.xml - a2x -a docinfo1 -a "manvolnum=8" -a "manversion=Release ${DOCRELEASE}" -f manpage $*.adoc - test -n "$${NOVIEW}" || man -l $@ +pmxcfs.8.html: pmxcfs.adoc pmxcfs.8-cli.adoc ${PVE_COMMON_DOC_SOURCES} + asciidoc ${ADOC_MAN8_HTML_ARGS} -o $@ pmxcfs.adoc + test -n "$${NOVIEW}" || $(BROWSER) $@ & -%.8.html: %.adoc %.8-synopsis.adoc docinfo.xml +%.8.html: %.adoc %.8-synopsis.adoc ${PVE_COMMON_DOC_SOURCES} asciidoc ${ADOC_MAN8_HTML_ARGS} -o $@ $*.adoc test -n "$${NOVIEW}" || $(BROWSER) $@ & -%.5.html: %.adoc %.5-opts.adoc docinfo.xml +%.5.html: %.adoc %.5-opts.adoc ${PVE_COMMON_DOC_SOURCES} asciidoc ${ADOC_MAN5_HTML_ARGS} -o $@ $*.adoc test -n "$${NOVIEW}" || $(BROWSER) $@ &