"Dave Page" <dpage@vale-housing.co.uk> writes:
> Umm, how do I create the html tarball? I thought it was jusr 'make html'
> in doc/, but on developer.postgresql.org all I get is:
>> make html
> "../src/Makefile.global", line 38: Missing dependency operator
> "../src/Makefile.global", line 41: Need an operator
> "../src/Makefile.global", line 45: Need an operator
Looks like you needed to say gmake not make.
regards, tom lane