*** pgsql/doc/src/sgml/docguide.sgml 2009/08/04 22:04:37 1.77 --- pgsql/doc/src/sgml/docguide.sgml 2009/08/09 22:47:59 1.78 *************** *** 1,4 **** ! Documentation --- 1,4 ---- ! Documentation *************** checking for osx... osx *** 554,560 **** doc/src/sgml$ gmake html ! This is also the default target. --- 554,561 ---- doc/src/sgml$ gmake html ! This is also the default target. The output appears in the ! subdirectory html. *************** checking for osx... osx *** 565,584 **** doc/src/sgml$ gmake draft - - - To allow for easier handling in the final distribution, the files - comprising the HTML documentation can be stored in a tar archive that - is unpacked at installation time. To create the - HTML documentation package, use the commands: - - cd doc/src - gmake postgres.tar.gz - - In the distribution, these archives live in the - doc directory and are installed by default - with gmake install. - --- 566,571 ---- *************** cd doc/src/sgml *** 596,611 **** gmake man - - - To create the man page package for a release, use the following commands: - - cd doc/src - gmake man.tar.gz - - which will result in a tar file being generated in the - doc/src directory. - --- 583,588 ----