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

2024-05-30 Thread Marcel Hofstetter
Am 29.05.2024 um 18:32 schrieb Tom Lane: Marcel Hofstetter writes: What DocBook XSL stylesheet version do you have installed? The docs say that 1.77.0 is required: Looks like we are a bit to low on Solaris -bash-5.1$ pkg list docbook-style-xsl NAME (PUBLISHER) VERSION

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 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

17beta1 source download does not include docs & manpages

2024-05-28 Thread Marcel Hofstetter
postgresql-17beta1.tar | grep man1 | wc -l 0 is this intended? Thanks, Marcel Hofstetter