From 9d17dbacc4d94e9b1a3f5c3e6062ff0bf2b7d6b3 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 23 Sep 2016 09:28:14 +0200 Subject: [PATCH 1/1] fix spelling errors, add target to create README.html --- Makefile | 3 +++ README.adoc | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 0acaedf..18b3ccc 100644 --- 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 & diff --git a/README.adoc b/README.adoc index 67179ce..41d4cba 100644 --- a/README.adoc +++ b/README.adoc @@ -37,7 +37,7 @@ build time. Another package called 'pve-docs' is used to publish generated '.html' and '.pdf' files on our web servers. You can generate -those debian packages using: +those Debian packages using: make deb @@ -82,7 +82,7 @@ below the title text: Level 3: ^^^^^^^^^^^^^^^^^^^^^^ Level 4 (bottom level): ++++++++++++++++++++++ -Section titles should always be preceeded by two empty lines. Each word +Section titles should always be preceded by two empty lines. Each word in a title should be capitalized except for ``articles, coordinating conjunctions, prepositions, and the word to in infinitives unless they appear as the first or last word of a title'' (see @@ -128,7 +128,7 @@ Labeled Lists ^^^^^^^^^^^^^ Labeled lists should be used to make lists of key-value style text -more readable, such as command line parameters or config options: +more readable, such as command line parameters or configuration options: .Regular labeled lists ----- -- 2.39.2