Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: Building PDF documentation


  • From: Bruce Momjian <bruce(at)momjian(dot)us>
  • To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
  • Cc: PostgreSQL-documentation <pgsql-docs(at)postgresql(dot)org>
  • Subject: Re: Building PDF documentation
  • Date: Fri, 22 Jan 2010 11:30:59 -0500 (EST)
  • Message-id: <201001221630.o0MGUxG22850@momjian.us> <text/plain>

Tom Lane wrote:
> Bruce Momjian <bruce(at)momjian(dot)us> writes:
> > I have determined that the HTML documentation must be built before any
> > of the PDF makefile targets are valid, so I have applied the attached
> > documentation patch to mention this.
> 
> Really?  It seems to work for me without that.  What do you observe
> to go wrong?

Sure, here it is:

	$ gmake clean
	rm -f INSTALL HISTORY regress_README
	rm -f INSTALL.html HISTORY.html regress_README.html
	rm -f *.rtf *.tex-ps *.tex-pdf *.dvi *.aux *.log *.ps *.pdf *.out *.fot
	rm -f HTML.index bookindex.sgml version.sgml features-supported.sgml
	features-unsupported.sgml
	rm -f postgres.xml htmlhelp.hhp toc.hhc index.hhk *.fo
	rm -f *.texixml *.texi *.info db2texi.refs

	$ gmake postgres.pdf
	Makefile:172: *** Invalid target;  use postgres-A4.pdf or
	postgres-US.pdf as targets.  Stop.

	$ gmake postgres-A4.pdf
	gmake: *** No rule to make target `postgres-A4.pdf'.  Stop.

-- 
  Bruce Momjian  <bruce(at)momjian(dot)us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group