Re: 17beta1 source download does not include docs & manpages

2024-05-28 Thread Marcel Hofstetter
'/export/home/marcel/source/postgresql-17beta1/doc/src/sgml' /usr/bin/xsltproc --nonet --path . --path . --stringparam pg.version '17beta1' stylesheet.xsl postgres-full.xml runtime error: file stylesheet-common.xsl line 124 element value-of Variable 'chunk.base.dir' has not been declared. XPat

Re: 17beta1 source download does not include docs & manpages

2024-05-28 Thread Erik Wienhold
On 2024-05-28 21:02 +0200, Marcel Hofstetter wrote: > Unfortunately I'm unable to produce the html files on my > Solaris 11.4 CBE system (margay buildfarm member) > > -bash-5.1$ gmake html > gmake -C doc html > gmake[1]: Entering directory > '/export/home/marcel/source/postgresql-17beta1/doc' > gm

Re: 17beta1 source download does not include docs & manpages

2024-05-28 Thread Marcel Hofstetter
Am 28.05.2024 um 20:42 schrieb Erik Wienhold: On 2024-05-28 14:15 +0200, Marcel Hofstetter wrote: 16.3 source download includes manpages and html docs. -bash-5.1$ tar tvf postgresql-16.3.tar | grep html | wc -l 1166 -bash-5.1$ tar tvf postgresql-16.3.tar | grep man1 | wc -l 35 17beta1 does no

Re: 17beta1 source download does not include docs & manpages

2024-05-28 Thread Erik Wienhold
On 2024-05-28 14:15 +0200, Marcel Hofstetter wrote: > 16.3 source download includes manpages and html docs. > > -bash-5.1$ tar tvf postgresql-16.3.tar | grep html | wc -l > 1166 > -bash-5.1$ tar tvf postgresql-16.3.tar | grep man1 | wc -l > 35 > > > 17beta1 does not. > > -bash-5.1$ tar tvf post

17beta1 source download does not include docs & manpages

2024-05-28 Thread Marcel Hofstetter
Hi 16.3 source download includes manpages and html docs. -bash-5.1$ tar tvf postgresql-16.3.tar | grep html | wc -l 1166 -bash-5.1$ tar tvf postgresql-16.3.tar | grep man1 | wc -l 35 17beta1 does not. -bash-5.1$ tar tvf postgresql-17beta1.tar | grep html | wc -l 3 -bash-5.1$ tar tvf postgresq