]> git.proxmox.com Git - pve-docs.git/blobdiff - Makefile
getting-help.adoc: add/merge infos from current 'Get Support' wiki page
[pve-docs.git] / Makefile
index 260995d081ec68b6cdfecccf03e454868ac66566..4905eb5bd34b7f2f17f2148e90e9c68e927f64eb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ DOC_PACKAGE=pve-docs
 MEDIAWIKI_PACKAGE=pve-docs-mediawiki
 
 # also update debian/changelog
-PKGREL=7
+PKGREL=9
 
 GITVERSION:=$(shell cat .git/refs/heads/master)
 
@@ -103,6 +103,7 @@ SYSADMIN_SOURCES=                           \
        pve-package-repos.adoc                  \
        pve-installation.adoc                   \
        system-software-updates.adoc            \
+       local-zfs.adoc                          \
        sysadmin.adoc
 
 API_VIEWER_SOURCES=                            \
@@ -170,6 +171,8 @@ all: index.html
 %-nwdiag.svg: %.nwdiag
        nwdiag -T svg $*.nwdiag -o $@;
 
+chapter-sysadmin.html chapter-sysadmin-plain.html: ${SYSADMIN_SOURCES}
+
 chapter-%.html: %.adoc ${PVE_COMMON_DOC_SOURCES}
        asciidoc ${ADOC_STDARG} -a toc -o $@ $*.adoc