]> git.donarmstrong.com Git - lilypond.git/commit
Issue 5000/1: Add checking Ghostscript 9.20+ and Extract PDFmark
authorMasamichi Hosoda <trueroad@trueroad.jp>
Fri, 4 Nov 2016 12:33:09 +0000 (21:33 +0900)
committerMasamichi Hosoda <trueroad@trueroad.jp>
Thu, 24 Nov 2016 11:46:00 +0000 (20:46 +0900)
commitfe4e0f1ceb493437ff510565aa7c501ea959d0a7
tree56d4e28eac3858aecb299c635d27da9c021f6ee4
parent4934b315013ccdda3ab42271fa8bed6e45587844
Issue 5000/1: Add checking Ghostscript 9.20+ and Extract PDFmark

This commit adds checking Ghostscript 9.20+ and Extract PDFmark.
They can reduce the disk space required for document building.
They also can reduce the size of generated PDF document files.

Even if they are missing, you can build documents.

Ghostscript 9.20+:
It is necessary for string named destinations.
Ghostscript 9.19 and prior cannot handle them.
http://bugs.ghostscript.com/show_bug.cgi?id=696974

Extract PDFmark:
It is necessary for preserving named destinations and page mode.
https://github.com/trueroad/extractpdfmark
http://www.ctan.org/pkg/extractpdfmark
config.make.in
configure.ac