]> git.proxmox.com Git - pve-docs.git/blobdiff - Makefile
also update 'Get support' page
[pve-docs.git] / Makefile
index 260995d081ec68b6cdfecccf03e454868ac66566..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=7
+PKGREL=10
 
 GITVERSION:=$(shell cat .git/refs/heads/master)
 
@@ -98,11 +98,17 @@ GEN_SCRIPTS=                                        \
        gen-pve-firewall-rules-opts.pl          \
        gen-pve-firewall-vm-opts.pl
 
+SYSADMIN_PARTS=                                        \
+       getting-help                            \
+       pve-network                             \
+       pve-package-repos                       \
+       pve-installation                        \
+       system-software-updates                 \
+       local-lvm                               \
+       local-zfs
+
 SYSADMIN_SOURCES=                              \
-       getting-help.adoc                       \
-       pve-package-repos.adoc                  \
-       pve-installation.adoc                   \
-       system-software-updates.adoc            \
+       $(addsuffix .adoc, ${SYSADMIN_PARTS})   \
        sysadmin.adoc
 
 API_VIEWER_SOURCES=                            \
@@ -144,9 +150,10 @@ PVE_ADMIN_GUIDE_SOURCES=                   \
        GFDL.adoc                               \
        attributes.txt
 
-WIKI_IMPORTS=                                                          \
-       $(addsuffix -plain.html, $(addprefix chapter-, ${CHAPTER_LIST}))\
-       $(addsuffix .5-plain.html, ${CONFIG_LIST})                      \
+WIKI_IMPORTS=                                                                  \
+       $(addsuffix -plain.html, $(addprefix sysadmin-, ${SYSADMIN_PARTS}))     \
+       $(addsuffix -plain.html, $(addprefix chapter-, ${CHAPTER_LIST}))        \
+       $(addsuffix .5-plain.html, ${CONFIG_LIST})                              \
        $(addsuffix -plain.html, $(addprefix pve-storage-, ${STORAGE_TYPES}))
 
 INDEX_INCLUDES=                                                                \
@@ -170,6 +177,11 @@ all: index.html
 %-nwdiag.svg: %.nwdiag
        nwdiag -T svg $*.nwdiag -o $@;
 
+sysadmin-%-plain.html: %.adoc
+       asciidoc -s -a wiki -a 'leveloffset=-1' ${ADOC_STDARG} -o $@ $*.adoc
+
+chapter-sysadmin.html chapter-sysadmin-plain.html: ${SYSADMIN_SOURCES}
+
 chapter-%.html: %.adoc ${PVE_COMMON_DOC_SOURCES}
        asciidoc ${ADOC_STDARG} -a toc -o $@ $*.adoc