mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-06-15 13:07:53 +00:00
follouwp: test for instant view may not fail, else Make thins something real failed
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
8282f55f9f
commit
c0e4fdbdd8
2
Makefile
2
Makefile
@ -95,7 +95,7 @@ README.html: README.adoc
|
|||||||
|
|
||||||
.PHONY: index
|
.PHONY: index
|
||||||
index: index.html
|
index: index.html
|
||||||
test -n "$${PVE_DOC_INSTANTVIEW}" && $(BROWSER) index.html &
|
test -z "$${PVE_DOC_INSTANTVIEW}" || $(BROWSER) index.html &
|
||||||
|
|
||||||
chapter-index-table.adoc: asciidoc-pve
|
chapter-index-table.adoc: asciidoc-pve
|
||||||
./asciidoc-pve chapter-table >$@.tmp
|
./asciidoc-pve chapter-table >$@.tmp
|
||||||
|
@ -76,21 +76,21 @@ chapter-%.html: %.adoc ${PVE_COMMON_DOC_SOURCES}
|
|||||||
|
|
||||||
%.1: %.adoc %.1-synopsis.adoc ${PVE_COMMON_DOC_SOURCES}
|
%.1: %.adoc %.1-synopsis.adoc ${PVE_COMMON_DOC_SOURCES}
|
||||||
${ASCIIDOC_PVE} compile-man -o $@ $*.adoc
|
${ASCIIDOC_PVE} compile-man -o $@ $*.adoc
|
||||||
test -n "$${PVE_DOC_INSTANTVIEW}" && man -l $@
|
test -z "$${PVE_DOC_INSTANTVIEW}" || man -l $@
|
||||||
|
|
||||||
%.1.html: %.adoc %.1-synopsis.adoc ${PVE_COMMON_DOC_SOURCES}
|
%.1.html: %.adoc %.1-synopsis.adoc ${PVE_COMMON_DOC_SOURCES}
|
||||||
${ASCIIDOC_PVE} compile-man-html -o $@ $*.adoc
|
${ASCIIDOC_PVE} compile-man-html -o $@ $*.adoc
|
||||||
|
|
||||||
%.8: %.adoc %.8-synopsis.adoc ${PVE_COMMON_DOC_SOURCES}
|
%.8: %.adoc %.8-synopsis.adoc ${PVE_COMMON_DOC_SOURCES}
|
||||||
${ASCIIDOC_PVE} compile-man -o $@ $*.adoc
|
${ASCIIDOC_PVE} compile-man -o $@ $*.adoc
|
||||||
test -n "$${PVE_DOC_INSTANTVIEW}" && man -l $@
|
test -z "$${PVE_DOC_INSTANTVIEW}" || man -l $@
|
||||||
|
|
||||||
%.8.html: %.adoc %.8-synopsis.adoc ${PVE_COMMON_DOC_SOURCES}
|
%.8.html: %.adoc %.8-synopsis.adoc ${PVE_COMMON_DOC_SOURCES}
|
||||||
${ASCIIDOC_PVE} compile-man-html -o $@ $*.adoc
|
${ASCIIDOC_PVE} compile-man-html -o $@ $*.adoc
|
||||||
|
|
||||||
%.5: %.adoc %.5-opts.adoc ${PVE_COMMON_DOC_SOURCES}
|
%.5: %.adoc %.5-opts.adoc ${PVE_COMMON_DOC_SOURCES}
|
||||||
${ASCIIDOC_PVE} compile-man -o $@ $*.adoc
|
${ASCIIDOC_PVE} compile-man -o $@ $*.adoc
|
||||||
test -n "$${PVE_DOC_INSTANTVIEW}" && man -l $@
|
test -z "$${PVE_DOC_INSTANTVIEW}" || man -l $@
|
||||||
|
|
||||||
%.5.html: %.adoc %.5-opts.adoc ${PVE_COMMON_DOC_SOURCES}
|
%.5.html: %.adoc %.5-opts.adoc ${PVE_COMMON_DOC_SOURCES}
|
||||||
${ASCIIDOC_PVE} compile-man-html -o $@ $*.adoc
|
${ASCIIDOC_PVE} compile-man-html -o $@ $*.adoc
|
||||||
|
Loading…
Reference in New Issue
Block a user