Skip to content

Commit

Permalink
manifest: normalise line widths in group descriptions
Browse files Browse the repository at this point in the history
still more descriptions to write of course
  • Loading branch information
wspr committed Dec 26, 2017
1 parent 0da89dc commit 73da8f9
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions l3build-manifest-setup.lua
Expand Up @@ -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},
},
Expand All @@ -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},
},
Expand Down Expand Up @@ -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},
Expand Down

0 comments on commit 73da8f9

Please sign in to comment.