]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-doc-generator.mk.in
totp: fix copy/paste mistake
[pve-docs.git] / pve-doc-generator.mk.in
index 5a4a10483fdf6a358b42834f6e73a06b14de5231..77fd4f641f756cbf9ef6235ae6e14132fea8ffe2 100644 (file)
@@ -1,5 +1,4 @@
-# also update debian/changelog
-DOCRELEASE=6.0 # FIXME: depend on dpkg-dev and use $(DEB_VERSION_UPSTREAM) here?
+DOCRELEASE=@RELEASE@
 
 DGDIR?=/usr/share/pve-doc-generator
 
@@ -77,21 +76,21 @@ chapter-%.html: %.adoc ${PVE_COMMON_DOC_SOURCES}
 
 %.1: %.adoc %.1-synopsis.adoc ${PVE_COMMON_DOC_SOURCES}
        ${ASCIIDOC_PVE} compile-man -o $@ $*.adoc
-       test -n "$${NOVIEW}" || man -l $@
+       test -z "$${PVE_DOC_INSTANTVIEW}" || man -l $@
 
 %.1.html: %.adoc %.1-synopsis.adoc ${PVE_COMMON_DOC_SOURCES}
        ${ASCIIDOC_PVE} compile-man-html -o $@ $*.adoc
 
 %.8: %.adoc %.8-synopsis.adoc ${PVE_COMMON_DOC_SOURCES}
        ${ASCIIDOC_PVE} compile-man -o $@ $*.adoc
-       test -n "$${NOVIEW}" || man -l $@
+       test -z "$${PVE_DOC_INSTANTVIEW}" || man -l $@
 
 %.8.html: %.adoc %.8-synopsis.adoc ${PVE_COMMON_DOC_SOURCES}
        ${ASCIIDOC_PVE} compile-man-html -o $@ $*.adoc
 
 %.5: %.adoc %.5-opts.adoc ${PVE_COMMON_DOC_SOURCES}
        ${ASCIIDOC_PVE} compile-man -o $@ $*.adoc
-       test -n "$${NOVIEW}" || man -l $@
+       test -z "$${PVE_DOC_INSTANTVIEW}" || man -l $@
 
 %.5.html: %.adoc %.5-opts.adoc ${PVE_COMMON_DOC_SOURCES}
        ${ASCIIDOC_PVE} compile-man-html -o $@ $*.adoc