Doc: Add -dPDFDontUseFontObjectNum for gs 9.17+
Ghostscript 9.17+ needs -dPDFDontUseFontObjectNum option
for removing duplicate fonts
with lilypond -b or lilypond --bigpdfs.
http://lists.gnu.org/archive/html/lilypond-user/2017-09/msg00052.html
Diff:
Out of interest what happens if you don't use this option with GS? Does it still run or does it error and fail to run?
Passes make, make check and a full make doc.
If I understand correctly,
gs-9.16 without
-dPDFDontUseFontObjectNum,gs-9.16 with
-dPDFDontUseFontObjectNum, andgs-9.17 with
-dPDFDontUseFontObjectNum:There is no error.
Duplicate fonts are removed.
gs-9.17 without
-dPDFDontUseFontObjectNum:There is no error.
Duplicate fonts are not removed.
Improve message
http://codereview.appspot.com/322580043
Passes make, make check and a full make doc.
Patch on countdown for September 10th.
Patch counted down - please push.
I've pushed to staging.
commit 5daf92f7598f0f9c29e93981022ba1a9a6f443a4
Issue 5182: Doc: Add
-dPDFDontUseFontObjectNumfor gs 9.17+