X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=5941a8ee954d1a004db043df13c206cb598fdd36;hb=5e4b96ff06b860b19e78709d1f8cdb0112ec0eef;hp=0acaedf318cd92fc182f62598ba65164b86eb4e7;hpb=d5e588e48915401949a4ce4696458e5a22d9738b;p=pve-docs.git diff --git a/Makefile b/Makefile index 0acaedf..5941a8e 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ DOC_PACKAGE=pve-docs MEDIAWIKI_PACKAGE=pve-docs-mediawiki # also update debian/changelog -PKGREL=11 +PKGREL=2 GITVERSION:=$(shell cat .git/refs/heads/master) @@ -206,6 +206,9 @@ pmxcfs.8.html: pmxcfs.adoc pmxcfs.8-cli.adoc ${PVE_COMMON_DOC_SOURCES} %.5-plain.html: %.adoc %.5-opts.adoc ${PVE_COMMON_DOC_SOURCES} asciidoc -s ${ADOC_MAN5_HTML_ARGS} -o $@ $*.adoc +README.html: README.adoc + asciidoc ${ADOC_STDARG} -o $@ $< + .PHONY: index index: index.html $(BROWSER) index.html &