[DOCS] no refentry in acronyms.sgml?

2009-09-07 Thread Alvaro Herrera
Hi,

I just got this weird error while doing "make distprep" (doc build being
previously enabled):

osx:/pgsql/source/00head/doc/src/sgml/acronyms.sgml:3:0:E: prolog can't be 
omitted unless CONCUR NO and LINK EXPLICIT NO and either IMPLYDEF ELEMENT YES 
or IMPLYDEF DOCTYPE YES
osx:/pgsql/source/00head/doc/src/sgml/acronyms.sgml:3:0:E: no document type 
declaration; will parse without validation
Erro:  no refentry: No refentry elements found in "Acronyms".  Acronyms

I have no idea how to fix this.

-- 
Alvaro Herrerahttp://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs


Re: [DOCS] no refentry in acronyms.sgml?

2009-09-07 Thread Alvaro Herrera
Alvaro Herrera wrote:

> osx:/pgsql/source/00head/doc/src/sgml/acronyms.sgml:3:0:E: prolog can't be 
> omitted unless CONCUR NO and LINK EXPLICIT NO and either IMPLYDEF ELEMENT YES 
> or IMPLYDEF DOCTYPE YES
> osx:/pgsql/source/00head/doc/src/sgml/acronyms.sgml:3:0:E: no document type 
> declaration; will parse without validation
> Erro:  no refentry: No refentry elements found in "Acronyms".  Acronyms
> 
> I have no idea how to fix this.

After looking at this, I noticed that for some unknown reason,
postgres.xml only contained the output generated from acronyms.sgml.
After removing it, it got regenerated from the whole set of files and
"make man" started behaving normally.

I have not fooled with these files lately so I have zero idea where the
bogus postgres.xml came from.

-- 
Alvaro Herrerahttp://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs


Re: [DOCS] no refentry in acronyms.sgml?

2009-09-07 Thread Tom Lane
Alvaro Herrera  writes:
> I have not fooled with these files lately so I have zero idea where the
> bogus postgres.xml came from.

The dependencies in doc/src/sgml/Makefile have moved around a bit
lately, so maybe things got confused.  Still, a 'make clean' should
have fixed it right up.

regards, tom lane

-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs