mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-05-29 18:29:06 +00:00
use ADOC_STDARG to compile index.html
This commit is contained in:
parent
e6fc3b0c11
commit
c65b00e2e3
2
Makefile
2
Makefile
@ -84,7 +84,7 @@ index: index.html
|
|||||||
$(BROWSER) index.html &
|
$(BROWSER) index.html &
|
||||||
|
|
||||||
index.html: index.adoc ${API_VIEWER_SOURCES} ${INDEX_INCLUDES}
|
index.html: index.adoc ${API_VIEWER_SOURCES} ${INDEX_INCLUDES}
|
||||||
asciidoc -a "date=$(shell date)" -a "revnumber=${DOCRELEASE}" index.adoc
|
asciidoc ${ADOC_STDARG} -o $@ index.adoc
|
||||||
|
|
||||||
pve-admin-guide.html: ${PVE_ADMIN_GUIDE_ADOCDEPENDS}
|
pve-admin-guide.html: ${PVE_ADMIN_GUIDE_ADOCDEPENDS}
|
||||||
asciidoc -a pvelogo -a "revnumber=${DOCRELEASE}" -a "date=$(shell date)" pve-admin-guide.adoc
|
asciidoc -a pvelogo -a "revnumber=${DOCRELEASE}" -a "date=$(shell date)" pve-admin-guide.adoc
|
||||||
|
Loading…
Reference in New Issue
Block a user