]> git.proxmox.com Git - pve-docs.git/blobdiff - Makefile
remove web interface section
[pve-docs.git] / Makefile
index 5879968479a687bf03b05f17d27e32092e7f5db0..5941a8ee954d1a004db043df13c206cb598fdd36 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=2
 
 GITVERSION:=$(shell cat .git/refs/heads/master)
 
@@ -178,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}
 
@@ -206,6 +206,9 @@ pmxcfs.8.html: pmxcfs.adoc pmxcfs.8-cli.adoc ${PVE_COMMON_DOC_SOURCES}
 %.5-plain.html: %.adoc %.5-opts.adoc ${PVE_COMMON_DOC_SOURCES}
        asciidoc -s ${ADOC_MAN5_HTML_ARGS} -o $@ $*.adoc
 
+README.html: README.adoc
+       asciidoc ${ADOC_STDARG} -o $@ $<
+
 .PHONY: index
 index: index.html
        $(BROWSER) index.html &