mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-08-03 01:17:01 +00:00
buildsys: drop bogus and unused NOVIEW variable
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
d9e641bbbb
commit
f5e7ecee82
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user