Set SQL man pages to be section 7 by default, and only transform them to

Peter Eisentraut <peter_e@gmx.net>

Commit: d1292550770290a09863f2f2bd0d52e49301d29e
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2008-11-14T10:22:48Z
Releases: 8.4.0
Set SQL man pages to be section 7 by default, and only transform them to
another section if required by the platform (instead of the old way of
building them in section "l" and always transforming them to the
platform-specific section).

This speeds up the installation on common platforms, and it avoids some
funny business with the man page tools and build process.

Files

PathChange+/−
doc/Makefile modified +15 −11
doc/src/Makefile modified +2 −3
doc/src/sgml/Makefile modified +10 −8
doc/src/sgml/ref/abort.sgml modified +2 −1
doc/src/sgml/ref/alter_aggregate.sgml modified +2 −1
doc/src/sgml/ref/alter_conversion.sgml modified +2 −1
doc/src/sgml/ref/alter_database.sgml modified +2 −1
doc/src/sgml/ref/alter_domain.sgml modified +2 −1
doc/src/sgml/ref/alter_function.sgml modified +2 −1
doc/src/sgml/ref/alter_group.sgml modified +2 −1
doc/src/sgml/ref/alter_index.sgml modified +2 −1
doc/src/sgml/ref/alter_language.sgml modified +2 −1
doc/src/sgml/ref/alter_opclass.sgml modified +2 −1
doc/src/sgml/ref/alter_operator.sgml modified +2 −1
doc/src/sgml/ref/alter_opfamily.sgml modified +2 −1
doc/src/sgml/ref/alter_role.sgml modified +2 −1
doc/src/sgml/ref/alter_schema.sgml modified +2 −1
doc/src/sgml/ref/alter_sequence.sgml modified +2 −1
doc/src/sgml/ref/alter_table.sgml modified +2 −1
doc/src/sgml/ref/alter_tablespace.sgml modified +2 −1
doc/src/sgml/ref/alter_trigger.sgml modified +2 −1
doc/src/sgml/ref/alter_tsconfig.sgml modified +2 −1
doc/src/sgml/ref/alter_tsdictionary.sgml modified +2 −1
doc/src/sgml/ref/alter_tsparser.sgml modified +2 −1
doc/src/sgml/ref/alter_tstemplate.sgml modified +2 −1
doc/src/sgml/ref/alter_type.sgml modified +2 −1
doc/src/sgml/ref/alter_user.sgml modified +2 −1
doc/src/sgml/ref/alter_view.sgml modified +2 −1
doc/src/sgml/ref/analyze.sgml modified +2 −1
doc/src/sgml/ref/begin.sgml modified +2 −1
doc/src/sgml/ref/checkpoint.sgml modified +2 −1
doc/src/sgml/ref/close.sgml modified +2 −1
doc/src/sgml/ref/cluster.sgml modified +2 −1
doc/src/sgml/ref/comment.sgml modified +2 −1
doc/src/sgml/ref/commit_prepared.sgml modified +2 −1
doc/src/sgml/ref/commit.sgml modified +2 −1
doc/src/sgml/ref/copy.sgml modified +2 −1
doc/src/sgml/ref/create_aggregate.sgml modified +2 −1
doc/src/sgml/ref/create_cast.sgml modified +2 −1
doc/src/sgml/ref/create_constraint.sgml modified +2 −1
doc/src/sgml/ref/create_conversion.sgml modified +2 −1
doc/src/sgml/ref/create_database.sgml modified +2 −1
doc/src/sgml/ref/create_domain.sgml modified +2 −1
doc/src/sgml/ref/create_function.sgml modified +2 −1
doc/src/sgml/ref/create_group.sgml modified +2 −1
doc/src/sgml/ref/create_index.sgml modified +2 −1
doc/src/sgml/ref/create_language.sgml modified +2 −1
doc/src/sgml/ref/create_opclass.sgml modified +2 −1
doc/src/sgml/ref/create_operator.sgml modified +2 −1
doc/src/sgml/ref/create_opfamily.sgml modified +2 −1
doc/src/sgml/ref/create_role.sgml modified +2 −1
doc/src/sgml/ref/create_rule.sgml modified +2 −1
doc/src/sgml/ref/create_schema.sgml modified +2 −1
doc/src/sgml/ref/create_sequence.sgml modified +2 −1
doc/src/sgml/ref/create_table_as.sgml modified +2 −1
doc/src/sgml/ref/create_table.sgml modified +2 −1
doc/src/sgml/ref/create_tablespace.sgml modified +2 −1
doc/src/sgml/ref/create_trigger.sgml modified +2 −1
doc/src/sgml/ref/create_tsconfig.sgml modified +2 −1
doc/src/sgml/ref/create_tsdictionary.sgml modified +2 −1
doc/src/sgml/ref/create_tsparser.sgml modified +2 −1
doc/src/sgml/ref/create_tstemplate.sgml modified +2 −1
doc/src/sgml/ref/create_type.sgml modified +2 −1
doc/src/sgml/ref/create_user.sgml modified +2 −1
doc/src/sgml/ref/create_view.sgml modified +2 −1
doc/src/sgml/ref/deallocate.sgml modified +2 −1
doc/src/sgml/ref/declare.sgml modified +2 −1
doc/src/sgml/ref/delete.sgml modified +2 −1
doc/src/sgml/ref/discard.sgml modified +2 −1
doc/src/sgml/ref/drop_aggregate.sgml modified +2 −1
doc/src/sgml/ref/drop_cast.sgml modified +2 −1
doc/src/sgml/ref/drop_conversion.sgml modified +2 −1
doc/src/sgml/ref/drop_database.sgml modified +2 −1
doc/src/sgml/ref/drop_domain.sgml modified +2 −1
doc/src/sgml/ref/drop_function.sgml modified +2 −1
doc/src/sgml/ref/drop_group.sgml modified +2 −1
doc/src/sgml/ref/drop_index.sgml modified +2 −1
doc/src/sgml/ref/drop_language.sgml modified +2 −1
doc/src/sgml/ref/drop_opclass.sgml modified +2 −1
doc/src/sgml/ref/drop_operator.sgml modified +2 −1
doc/src/sgml/ref/drop_opfamily.sgml modified +2 −1
doc/src/sgml/ref/drop_owned.sgml modified +2 −1
doc/src/sgml/ref/drop_role.sgml modified +2 −1
doc/src/sgml/ref/drop_rule.sgml modified +2 −1
doc/src/sgml/ref/drop_schema.sgml modified +2 −1
doc/src/sgml/ref/drop_sequence.sgml modified +2 −1
doc/src/sgml/ref/drop_table.sgml modified +2 −1
doc/src/sgml/ref/drop_tablespace.sgml modified +2 −1
doc/src/sgml/ref/drop_trigger.sgml modified +2 −1
doc/src/sgml/ref/drop_tsconfig.sgml modified +2 −1
doc/src/sgml/ref/drop_tsdictionary.sgml modified +2 −1
doc/src/sgml/ref/drop_tsparser.sgml modified +2 −1
doc/src/sgml/ref/drop_tstemplate.sgml modified +2 −1
doc/src/sgml/ref/drop_type.sgml modified +2 −1
doc/src/sgml/ref/drop_user.sgml modified +2 −1
doc/src/sgml/ref/drop_view.sgml modified +2 −1
doc/src/sgml/ref/end.sgml modified +2 −1
doc/src/sgml/ref/execute.sgml modified +2 −1
doc/src/sgml/ref/explain.sgml modified +2 −1
doc/src/sgml/ref/fetch.sgml modified +2 −1
doc/src/sgml/ref/grant.sgml modified +2 −1
doc/src/sgml/ref/insert.sgml modified +2 −1
doc/src/sgml/ref/listen.sgml modified +2 −1
doc/src/sgml/ref/load.sgml modified +2 −1
doc/src/sgml/ref/lock.sgml modified +2 −1
doc/src/sgml/ref/move.sgml modified +2 −1
doc/src/sgml/ref/notify.sgml modified +2 −1
doc/src/sgml/ref/prepare.sgml modified +2 −1
doc/src/sgml/ref/prepare_transaction.sgml modified +2 −1
doc/src/sgml/ref/reassign_owned.sgml modified +2 −1
doc/src/sgml/ref/reindex.sgml modified +2 −1
doc/src/sgml/ref/release_savepoint.sgml modified +2 −1
doc/src/sgml/ref/reset.sgml modified +2 −1
doc/src/sgml/ref/revoke.sgml modified +2 −1
doc/src/sgml/ref/rollback_prepared.sgml modified +2 −1
doc/src/sgml/ref/rollback.sgml modified +2 −1
doc/src/sgml/ref/rollback_to.sgml modified +2 −1
doc/src/sgml/ref/savepoint.sgml modified +2 −1
doc/src/sgml/ref/select_into.sgml modified +2 −1
doc/src/sgml/ref/select.sgml modified +2 −1
doc/src/sgml/ref/set_constraints.sgml modified +2 −1
doc/src/sgml/ref/set_role.sgml modified +2 −1
doc/src/sgml/ref/set_session_auth.sgml modified +2 −1
doc/src/sgml/ref/set.sgml modified +2 −1
doc/src/sgml/ref/set_transaction.sgml modified +2 −1
doc/src/sgml/ref/show.sgml modified +2 −1
doc/src/sgml/ref/start_transaction.sgml modified +2 −1
doc/src/sgml/ref/truncate.sgml modified +2 −1
doc/src/sgml/ref/unlisten.sgml modified +2 −1
doc/src/sgml/ref/update.sgml modified +2 −1
doc/src/sgml/ref/vacuum.sgml modified +2 −1
doc/src/sgml/ref/values.sgml modified +2 −1
src/Makefile.global.in modified +1 −3
src/makefiles/Makefile.aix modified +0 −2
src/makefiles/Makefile.bsdi modified +0 −2
src/makefiles/Makefile.cygwin modified +1 −3
src/makefiles/Makefile.darwin modified +0 −2
src/makefiles/Makefile.freebsd modified +0 −2
src/makefiles/Makefile.linux modified +0 −2
src/makefiles/Makefile.netbsd modified +0 −2
src/makefiles/Makefile.openbsd modified +0 −2
src/makefiles/Makefile.sco modified +0 −1
src/makefiles/Makefile.sunos4 modified +0 −2
src/makefiles/Makefile.ultrix4 modified +0 −2