]> git.proxmox.com Git - pve-docs.git/blobdiff - Makefile
bump version to 4.3-19
[pve-docs.git] / Makefile
index 2f5e971ddcf1c251d78885209d2a9f3f05abe8a3..a6a58717e9ba1a2dc08e404686638895b457307b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ DOC_PACKAGE=pve-docs
 MEDIAWIKI_PACKAGE=pve-docs-mediawiki
 
 # also update debian/changelog
-PKGREL=13
+PKGREL=19
 
 GITVERSION:=$(shell cat .git/refs/heads/master)
 
@@ -42,6 +42,8 @@ GEN_DEB_SOURCES=                              \
        docinfo.xml
 
 GEN_SCRIPTS=                                   \
+       gen-ha-groups-opts.pl                   \
+       gen-ha-resources-opts.pl                \
        gen-datacenter.cfg.5-opts.pl            \
        gen-pct.conf.5-opts.pl                  \
        gen-pct-network-opts.pl                 \
@@ -87,7 +89,7 @@ BROWSER?=xdg-open
        nwdiag -T svg $*.nwdiag -o $@;
 
 README.html: README.adoc
-       asciidoc ${ADOC_STDARG} -o $@ $<
+       asciidoc -a toc ${ADOC_STDARG} -o $@ $<
 
 .PHONY: index
 index: index.html