Adding a ref file

Started by Simon Riggsalmost 18 years ago3 messagesdocs
Jump to latest
#1Simon Riggs
simon@2ndQuadrant.com

I'm trying to add a new ref/.sgml file, but I can't see which file needs
to change to allow that to be fully referenced.

Is this because of an error in my .sgml file, or am I missing something
else? AFAICS the Makefile should pick up all .sgml files, but it seems
not to be doing that.

Hit me with your cluesticks, please.

--
Simon Riggs
2ndQuadrant http://www.2ndQuadrant.com

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Simon Riggs (#1)
Re: Adding a ref file

Simon Riggs <simon@2ndquadrant.com> writes:

I'm trying to add a new ref/.sgml file, but I can't see which file needs
to change to allow that to be fully referenced.

Example:

$ grep psqlRef *sgml ref/*sgml
reference.sgml: &psqlRef;
ref/allfiles.sgml:<!entity psqlRef system "psql-ref.sgml">
$

regards, tom lane

#3Simon Riggs
simon@2ndQuadrant.com
In reply to: Tom Lane (#2)
Re: Adding a ref file

On Fri, 2008-04-18 at 13:26 -0400, Tom Lane wrote:

Simon Riggs <simon@2ndquadrant.com> writes:

I'm trying to add a new ref/.sgml file, but I can't see which file needs
to change to allow that to be fully referenced.

Example:

$ grep psqlRef *sgml ref/*sgml
reference.sgml: &psqlRef;
ref/allfiles.sgml:<!entity psqlRef system "psql-ref.sgml">
$

Ah! I had allfiles.sgml but not reference.sgml. Working now, thanks.

--
Simon Riggs
2ndQuadrant http://www.2ndQuadrant.com