From 73da8f90caa00055240dfe6885c6ae8469828b9e Mon Sep 17 00:00:00 2001 From: Will Robertson Date: Tue, 26 Dec 2017 11:05:47 +0800 Subject: [PATCH] manifest: normalise line widths in group descriptions still more descriptions to write of course --- 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 8965a421..72b2dced 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},