]> git.proxmox.com Git - pmg-docs.git/commitdiff
buildsys: drop bogus and unused NOVIEW variable
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 26 Jun 2023 10:34:13 +0000 (12:34 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 26 Jun 2023 11:37:01 +0000 (13:37 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
pmg-doc-generator.mk.in

index be0a3e8db61f78ab5aaf9f3b2944df2f3e15e21d..852735b5ebbcab5e12f4d6a487400171a1086a08 100644 (file)
@@ -74,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