]> git.proxmox.com Git - pmg-docs.git/blobdiff - pmg-doc-generator.mk.in
buildsys: drop bogus and unused NOVIEW variable
[pmg-docs.git] / 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