]> git.proxmox.com Git - pve-docs.git/blobdiff - Makefile
fix spelling errors, add target to create README.html
[pve-docs.git] / Makefile
index 0acaedf318cd92fc182f62598ba65164b86eb4e7..18b3ccc99963dbdc497376adacee98f17d861707 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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 &