]> git.proxmox.com Git - pve-docs.git/commitdiff
fix spelling errors, add target to create README.html
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 23 Sep 2016 07:28:14 +0000 (09:28 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 23 Sep 2016 07:38:16 +0000 (09:38 +0200)
Makefile
README.adoc

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
 
 %.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 &
 .PHONY: index
 index: index.html
        $(BROWSER) index.html &
index 67179cee44bf34989640c059de250ef94af8ea85..41d4cba141cf8b6b009228270b59841266171798 100644 (file)
@@ -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
 
 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
 
 
  make deb
 
@@ -82,7 +82,7 @@ below the title text:
  Level 3:                 ^^^^^^^^^^^^^^^^^^^^^^
  Level 4 (bottom level):  ++++++++++++++++++++++
 
  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
 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
 ^^^^^^^^^^^^^
 
 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
 -----
 
 .Regular labeled lists
 -----