mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-03-19 18:50:06 +03: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 $@;
|
||||
|
||||
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}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user