From 5548d860e8fcf4cb699cd152cccdcd6f74ec75c3 Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Thu, 21 Dec 2017 11:46:04 -0700 Subject: Fix nested list formatting in manpage The definition of the list term "--debug=list" contains a list of its own; the list tiems in this list need to have their text contents wrapped in paragraph tags. Signed-off-by: Mats Wichmann --- doc/man/scons.xml | 35 ++++++++++++++++++++++++----------- 1 file changed, 24 insertions(+), 11 deletions(-) diff --git a/doc/man/scons.xml b/doc/man/scons.xml index c198957..03a3478 100644 --- a/doc/man/scons.xml +++ b/doc/man/scons.xml @@ -852,18 +852,31 @@ and ultimately removed. --debug=time - + Prints various time profiling information: - -The time spent executing each individual build command -The total build time (time SCons ran from beginning to end) -The total time spent reading and executing SConscript files -The total time spent SCons itself spend running -(that is, not counting reading and executing SConscript files) -The total time spent executing all build commands -The elapsed wall-clock time spent executing those build commands -The time spent processing each file passed to the SConscript() function - + + +The time spent executing each individual build command + + +The total build time (time SCons ran from beginning to end) + + +The total time spent reading and executing SConscript files + + +The total time spent SCons itself spend running +(that is, not counting reading and executing SConscript files) + + +The total time spent executing all build commands + +The elapsed wall-clock time spent executing those build commands + + +The time spent processing each file passed to the SConscript() function + + (When scons -- cgit v0.12 From 5d5d17a311149a11f0c5428ea51063ea146c4ce0 Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Thu, 21 Dec 2017 11:46:04 -0700 Subject: Fix nested list formatting in manpage The definition of the list term "--debug=list" contains a list of its own; the list tiems in this list need to have their text contents wrapped in paragraph tags. Signed-off-by: Mats Wichmann --- src/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 003c2d9..a9c84af 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -7,6 +7,9 @@ RELEASE 3.1.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE + From Mats Wichmann: + - Updated manpage scons.xml to fix a nested list problem + From Daniel Moody: - Updated Jar builder to handle nodes and directories better - Updated Jar builder to flatten source list which could contain embedded lists -- cgit v0.12