]> git.proxmox.com Git - pmg-docs.git/blobdiff - pmg-doc-generator.mk.in
installation: fix codeblock rendering in zfs performance tips section
[pmg-docs.git] / pmg-doc-generator.mk.in
index 1f974e13b332d44f50cc8c9a62a0e37b178ba6ae..852735b5ebbcab5e12f4d6a487400171a1086a08 100644 (file)
@@ -1,5 +1,4 @@
-# also update debian/changelog
-DOCRELEASE=5.1
+DOCRELEASE=@RELEASE@
 
 DGDIR?=/usr/share/pmg-doc-generator
 
@@ -75,21 +74,18 @@ chapter-%.html: %.adoc ${PMG_COMMON_DOC_SOURCES}
 
 %.1: %.adoc %.1-synopsis.adoc ${PMG_COMMON_DOC_SOURCES}
        ${ASCIIDOC_PMG} compile-man -o $@ $*.adoc
-       test -n "$${NOVIEW}" || man -l $@
 
 %.1.html: %.adoc %.1-synopsis.adoc ${PMG_COMMON_DOC_SOURCES}
        ${ASCIIDOC_PMG} compile-man-html -o $@ $*.adoc
 
 %.8: %.adoc %.8-synopsis.adoc ${PMG_COMMON_DOC_SOURCES}
        ${ASCIIDOC_PMG} compile-man -o $@ $*.adoc
-       test -n "$${NOVIEW}" || man -l $@
 
 %.8.html: %.adoc %.8-synopsis.adoc ${PMG_COMMON_DOC_SOURCES}
        ${ASCIIDOC_PMG} compile-man-html -o $@ $*.adoc
 
 %.5: %.adoc %.5-opts.adoc ${PMG_COMMON_DOC_SOURCES}
        ${ASCIIDOC_PMG} compile-man -o $@ $*.adoc
-       test -n "$${NOVIEW}" || man -l $@
 
 %.5.html: %.adoc %.5-opts.adoc ${PMG_COMMON_DOC_SOURCES}
        ${ASCIIDOC_PMG} compile-man-html -o $@ $*.adoc