mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-04-30 00:51:31 +00:00
use correct leveloffset for sysadmin pages
This commit is contained in:
parent
8b849dc378
commit
52bc5baaed
2
Makefile
2
Makefile
@ -178,7 +178,7 @@ all: index.html
|
|||||||
nwdiag -T svg $*.nwdiag -o $@;
|
nwdiag -T svg $*.nwdiag -o $@;
|
||||||
|
|
||||||
sysadmin-%-plain.html: %.adoc
|
sysadmin-%-plain.html: %.adoc
|
||||||
asciidoc -s -a wiki ${ADOC_STDARG} -o $@ $*.adoc
|
asciidoc -s -a wiki -a 'leveloffset=-1' ${ADOC_STDARG} -o $@ $*.adoc
|
||||||
|
|
||||||
chapter-sysadmin.html chapter-sysadmin-plain.html: ${SYSADMIN_SOURCES}
|
chapter-sysadmin.html chapter-sysadmin-plain.html: ${SYSADMIN_SOURCES}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user