Re: Uh-oh: documentation PDF output no longer builds in HEAD

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: Uh-oh: documentation PDF output no longer builds in HEAD
Дата
Msg-id CABUevEwAXaReexmzeHxkQR3tzxApU0OCA58f3_ANS92c_MruGA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Uh-oh: documentation PDF output no longer builds in HEAD  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Uh-oh: documentation PDF output no longer builds in HEAD
Re: Uh-oh: documentation PDF output no longer builds in HEAD
Список pgsql-hackers
On Tue, Nov 10, 2015 at 6:15 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
Magnus Hagander <magnus@hagander.net> writes:
> When you say it's half the size - is that half the size of the preprocessed
> PDF or is it also after the stuff we do on the website PDFs using
> jpdftweak? IIRC that tweak is only there to deal with the size, and
> specifically it deals with "bookmarks" which sounds a lot like this...

I'm just looking at the size of the file produced by "make postgres-A4.pdf".

I don't know anything about jpdftweak, but if it's being used to get rid
of unreferenced hyperlink anchors, maybe we could dispense with that step
after this goes in.


Yeah, that's what I was hoping.  You can see how it's used in the mk-release-pdfs script on borka. It doesn't explain why we're doing it, that's probably in the list archives somewhere, but it does show what we do. So it should be easy enough to see if the benefit goes away :) (it would also be nice for build times - that pdftweak step is very very slow)


--

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Uh-oh: documentation PDF output no longer builds in HEAD
Следующее
От: Adam Brightwell
Дата:
Сообщение: Re: bootstrap pg_shseclabel in relcache initialization