]> git.proxmox.com Git - pve-docs.git/blobdiff - Makefile
also update 'Get support' page
[pve-docs.git] / Makefile
index f956ddc0dd0a6bb1d3441994f003d1f743dce78d..1670dbd1cddae6870591bb29e2813a32e5cf647f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ DOC_PACKAGE=pve-docs
 MEDIAWIKI_PACKAGE=pve-docs-mediawiki
 
 # also update debian/changelog
-PKGREL=9
+PKGREL=10
 
 GITVERSION:=$(shell cat .git/refs/heads/master)
 
@@ -104,6 +104,7 @@ SYSADMIN_PARTS=                                     \
        pve-package-repos                       \
        pve-installation                        \
        system-software-updates                 \
+       local-lvm                               \
        local-zfs
 
 SYSADMIN_SOURCES=                              \
@@ -177,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}