[latex3-commits] [git/l3build] manifest: manifest: normalise line widths in group descriptions (73da8f9)
Will Robertson
wspr81 at gmail.com
Tue Dec 26 04:43:27 CET 2017
Repository : https://github.com/latex3/l3build
On branch : manifest
Link : https://github.com/latex3/l3build/commit/73da8f90caa00055240dfe6885c6ae8469828b9e
>---------------------------------------------------------------
commit 73da8f90caa00055240dfe6885c6ae8469828b9e
Author: Will Robertson <wspr81 at gmail.com>
Date: Tue Dec 26 11:05:47 2017 +0800
manifest: normalise line widths in group descriptions
still more descriptions to write of course
>---------------------------------------------------------------
73da8f90caa00055240dfe6885c6ae8469828b9e
l3build-manifest-setup.lua | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)
diff --git a/l3build-manifest-setup.lua b/l3build-manifest-setup.lua
index 8965a42..72b2dce 100644
--- a/l3build-manifest-setup.lua
+++ b/l3build-manifest-setup.lua
@@ -43,9 +43,9 @@ manifest_setup = manifest_setup or function()
{
name = "Source files",
description = [[
-These are source files for a number of purposes, including the `unpack`
-process which generates the installation files of the package. Additional
-files included here will also be installed for processing such as testing.
+These are source files for a number of purposes, including the `unpack` process which
+generates the installation files of the package. Additional files included here will also
+be installed for processing such as testing.
]],
files = {sourcefiles},
},
@@ -59,9 +59,8 @@ These files are typeset using LaTeX to produce the PDF documentation for the pac
{
name = "Documentation files",
description = [[
-These files form part of the documentation but are not typeset.
-Generally they will be additional input files for the typeset
-documentation files listed above.
+These files form part of the documentation but are not typeset. Generally they will be
+additional input files for the typeset documentation files listed above.
]],
files = {docfiles},
},
@@ -104,11 +103,9 @@ documentation files listed above.
{
name = "Test files",
description = [[
-These files form the test suite for the package.
-`.lvt` or `.lte` files are the individual unit tests,
-and `.tlg` are the stored output for ensuring changes
-to the package produce the same output. These output
-files are sometimes shared and sometime specific for
+These files form the test suite for the package. `.lvt` or `.lte` files are the individual
+unit tests, and `.tlg` are the stored output for ensuring changes to the package produce
+the same output. These output files are sometimes shared and sometime specific for
different engines (pdfTeX, XeTeX, LuaTeX, etc.).
]],
files = {"*"..lvtext,"*"..lveext,"*"..tlgext},
More information about the latex3-commits
mailing list