aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/LinuxManBook/BuildLinuxMan.pl
AgeCommit message (Collapse)AuthorFilesLines
2023-11-21scripts/LinuxManBook/: Split the pipeline for building the Linux Man BookAlejandro Colomar1-251/+0
This helps understand how this book is built. The Perl script was too magic for my taste. Now it does less magic. :) Signed-off-by: Alejandro Colomar <alx@kernel.org>
2023-08-12scripts/LinuxManBook/: Update for groff-1.23.0Deri James1-3/+5
Now that 1.23.0 has been released we can chop a lot of code. Reported-by: Brian Inglis <Brian.Inglis@Shaw.ca> Reported-by: Alejandro Colomar <alx@kernel.org> Signed-off-by: Alejandro Colomar <alx@kernel.org>
2022-12-24scripts/LinuxManBook/: Add Deri's script for producing the man-pages bookAlejandro Colomar1-0/+249
Deri is the author of all of this great work! I expect to be able to hook it into the build system, so that we can run `make book-pdf` (or something like that). Cc: Deri James <deri@chuzzlewit.myzen.co.uk> Signed-off-by: Alejandro Colomar <alx@kernel.org>