summaryrefslogtreecommitdiff
path: root/support/texdoc/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'support/texdoc/README.md')
-rw-r--r--support/texdoc/README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/support/texdoc/README.md b/support/texdoc/README.md
index c36135750a..45805a7b8a 100644
--- a/support/texdoc/README.md
+++ b/support/texdoc/README.md
@@ -1,4 +1,4 @@
-# Texdoc 3.2.1 (2020-02-20)
+# Texdoc 3.2.2 (2020-09-16)
[![Build Status](https://travis-ci.org/TeX-Live/texdoc.svg?branch=master)](https://travis-ci.org/TeX-Live/texdoc)
[![Build status](https://ci.appveyor.com/api/projects/status/uq28ms7eba7ns6d3/branch/master?svg=true)](https://ci.appveyor.com/project/wtsnjp/texdoc/branch/master)
@@ -56,7 +56,7 @@ Many building tasks are defined as [Rake](https://github.com/ruby/rake) tasks:
### Generating all documentation
-Following will generate both the PDF and the manpage in `doc/` directory.
+The following will generate both the PDF and the manpage in `doc/` directory.
```
$ rake doc
@@ -64,7 +64,7 @@ $ rake doc
### Generating a pre-hashed cache file
-Following will generate a pre-hashed cache file `script/Data.tlpdb.lua`. This task have to be done under a TeX Live setup with tlpdb.
+The following will generate a pre-hashed cache file `script/Data.tlpdb.lua`. This task have to be done under a TeX Live setup with tlpdb.
```
$ rake gen_datafile
@@ -72,7 +72,7 @@ $ rake gen_datafile
### Running tests
-Following will run all tests in `spec/` directory.
+The following will run all tests in `spec/` directory.
```
$ rake test
@@ -92,7 +92,7 @@ Following will show all available tasks with a short description.
$ rake -T
```
-In addition to that, for options available tasks (e.g., `rake test` and `rake run_texdoc`) you can get options information with `-h` option for each task:
+In addition to that, for options available tasks, e.g., `rake test` and `rake run_texdoc`, you can get options information with `-h` option for each task:
```
$ rake test -- -h
@@ -100,7 +100,7 @@ $ rake test -- -h
## Further Information
-More specific information (e.g., TODO) can be found in the Wiki of our GitHub repository. Please visit:
+More specific information, such as the TODO list of this project and some information for distributors, can be found in the Wiki of our GitHub repository. Please visit:
* <https://github.com/TeX-Live/texdoc/wiki>