X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=Makefile;h=4905eb5bd34b7f2f17f2148e90e9c68e927f64eb;hp=260995d081ec68b6cdfecccf03e454868ac66566;hb=fcdbd8892a217b3317fec28cd4487f37be413ef6;hpb=d7b4925a045b4fc467328fc95a486aa3f0096921 diff --git a/Makefile b/Makefile index 260995d..4905eb5 100644 --- 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