mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-08-01 06:54:22 +00:00
buildsys: remove odd xdg-open stanza
this does *NOT* belong in a build system, just open the browser and hit F5 after built... Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
e3cca0388a
commit
e37748c16a
6
Makefile
6
Makefile
@ -95,15 +95,9 @@ INDEX_INCLUDES= \
|
|||||||
|
|
||||||
ADOC_STDARG=-b $(shell pwd)/asciidoc/pve-html -f asciidoc/asciidoc-pve.conf -a icons -a data-uri -a "date=$(SOURCE_DATE_HUMAN)" -a "revnumber=$(DOCRELEASE)" -a footer-style=revdate
|
ADOC_STDARG=-b $(shell pwd)/asciidoc/pve-html -f asciidoc/asciidoc-pve.conf -a icons -a data-uri -a "date=$(SOURCE_DATE_HUMAN)" -a "revnumber=$(DOCRELEASE)" -a footer-style=revdate
|
||||||
|
|
||||||
BROWSER?=xdg-open
|
|
||||||
|
|
||||||
README.html: README.adoc
|
README.html: README.adoc
|
||||||
asciidoc -a toc $(ADOC_STDARG) -o $@ $<
|
asciidoc -a toc $(ADOC_STDARG) -o $@ $<
|
||||||
|
|
||||||
.PHONY: index
|
|
||||||
index: 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
|
||||||
mv $@.tmp $@
|
mv $@.tmp $@
|
||||||
|
Loading…
Reference in New Issue
Block a user