PostgreSQL
PrevAppendix A. DocumentationNext

Building Documentation

HTML documentation packages can be generated from the SGML source by typing

% cd doc/src
% make tutorial.tar.gz
% make user.tar.gz
% make admin.tar.gz
% make programmer.tar.gz
% make postgres.tar.gz
% make install

These packages can be installed from the main documentation directory by typing

% cd doc
% make install


PrevHomeNext
Styles and ConventionsUpToolsets