vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| > You need to say "make postgres-US.pdf" or -A4. The .gif file is coming > from make's default rules. Perhaps we should provide a real target > matching postgres.pdf and error out with a helpful message as this isn't > the first time people have been bitten by that change. I have applied the attached patch to give a helpful message if you try to create postgres.ps or postgres.pdf. -- Bruce Momjian <bruce@momjian.us> http://momjian.us EnterpriseDB http://postgres.enterprisedb.com + If your life is a hard drive, Christ can be your backup. + ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |
| |||
| Am Freitag, 14. Dezember 2007 schrieb Bruce Momjian: > I have applied the attached patch to give a helpful message if you try > to create postgres.ps or postgres.pdf. I have corrected this to use $(MAKE) instead of gmake, because the latter might not be available. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate |
| |||
| Peter Eisentraut wrote: > Am Freitag, 14. Dezember 2007 schrieb Bruce Momjian: > > I have applied the attached patch to give a helpful message if you try > > to create postgres.ps or postgres.pdf. > > I have corrected this to use $(MAKE) instead of gmake, because the latter > might not be available. Oh, yea. Changed to: $(error Use postgres-US.pdf or postgres-A4.pdf as a target) -- Bruce Momjian <bruce@momjian.us> http://momjian.us EnterpriseDB http://postgres.enterprisedb.com + If your life is a hard drive, Christ can be your backup. + ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |
| ||||
| Peter Eisentraut wrote: > Am Freitag, 14. Dezember 2007 schrieb Bruce Momjian: > > I have applied the attached patch to give a helpful message if you try > > to create postgres.ps or postgres.pdf. > > I have corrected this to use $(MAKE) instead of gmake, because the latter > might not be available. Ah, I see you improved it even more. Great. -- Bruce Momjian <bruce@momjian.us> http://momjian.us EnterpriseDB http://postgres.enterprisedb.com + If your life is a hard drive, Christ can be your backup. + ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate |