summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-11-23 23:05:23 +0100
committerAlejandro Colomar <alx@kernel.org>2023-11-24 12:22:58 +0100
commitdaa0261bbaac7ba89f02096c414a584eeec7acb8 (patch)
tree5c55faeba5932291a9fe9b824243e73e71394697 /scripts
parent8b2f8f777071f17fb0e7c5f3a10aafa33f3bfb02 (diff)
scripts/LinuxManBook/build_linux_man_book.sh: Call pic(1), and call it after preconv(1)
Call it, just in case we want to use in manual pages in the future. It doesn't hurt performance. And call it after preconv(1), which should be the first program in the groff(1) pipeline. Suggested-by: Deri James <deri@chuzzlewit.myzen.co.uk> Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/LinuxManBook/build_linux_man_book.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/LinuxManBook/build_linux_man_book.sh b/scripts/LinuxManBook/build_linux_man_book.sh
index f98e0ba5b..22fbb3e0a 100755
--- a/scripts/LinuxManBook/build_linux_man_book.sh
+++ b/scripts/LinuxManBook/build_linux_man_book.sh
@@ -4,8 +4,8 @@
(
"$(dirname "$0")"/prepare_linux_man_book.pl "$1" \
- | pic \
| preconv \
+ | pic \
| tbl \
| eqn -Tpdf \
| troff -Tpdf -dPDF.EXPORT=1 -dLABEL.REFS=1 -dpaper=a4 \
@@ -16,6 +16,7 @@
"$(dirname "$0")"/prepare_linux_man_book.pl "$1";
) \
| preconv \
+| pic \
| tbl \
| eqn -Tpdf \
| (