Re: Link to beta docs

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: PostgreSQL www <pgsql-www(at)postgresql(dot)org>
Subject: Re: Link to beta docs
Date: 2016-07-18 14:23:10
Message-ID: 20160718142310.GA18581@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

On Mon, Jul 18, 2016 at 12:14:32PM +0200, Magnus Hagander wrote:
>
>
> On Mon, Jul 18, 2016 at 2:42 AM, Bruce Momjian <bruce(at)momjian(dot)us> wrote:
>
> Our doc webpage, https://www.postgresql.org/docs/ says:
>
>         9.6 beta
>
> links to the right place with title:
>
>         PostgreSQL 9.6beta2 Documentation
>
> but in should say "9.6 beta2".  Would someone please update this?
>
>
> This does not come from the doc webpage rendering specifically, it's in the
> standard output from our SGML build. So it should probably be directed to the
> -docs list, but I'm not sure there are more people reading there. (Run a local
> build and look in index.html and you'll see the same). It gets it from the
> VERSION variable in Makefile.

Well, I ran 'make' in the /doc/src/sgml/ directory. The Makefile has:

version.sgml: $(top_srcdir)/configure
{ \
echo "<!ENTITY version \"$(VERSION)\">"; \
echo "<!ENTITY majorversion \"$(MAJORVERSION)\">"; \
} > $@

and version.sgml has:

<!ENTITY version "9.6beta2">
<!ENTITY majorversion "9.6">

That tells me that the Makefile VERSION is already "9.6beta2". I
checked index.html too:

$ grep -i beta index.html
>PostgreSQL 9.6beta2 Documentation</TITLE
>PostgreSQL 9.6beta2 Documentation</A

and when I run 'make' I see:

$ make
{ \
echo "<!ENTITY version \"9.6beta2\">"; \
echo "<!ENTITY majorversion \"9.6\">"; \
} > version.sgml

What am I missing? I don't see a "9.6beta" anywhere.

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

+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +

In response to

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Magnus Hagander 2016-07-18 14:25:58 Re: Link to beta docs
Previous Message Magnus Hagander 2016-07-18 10:14:32 Re: Link to beta docs