The Python official site offers PDF documentation downloads, but they are separated by chapters. I downloaded the source code and built the PDF documentation, which were separate PDFs also.
How can I build one PDF file from the Makefile in the source code? I think that would be more convenient to read.
If concatenating the separate PDFs won't leaves out the table of contents (bookmarks), it would be acceptable too. I tried convert
from Imagemagick, pdftk
and pdfunite
from poppler-utils
, they all lose the bookmarks after concatenation.