From: Marko Kreen Date: Thu, 19 Jan 2012 11:20:32 +0000 (+0200) Subject: doc: make manpages and html 'dist' X-Git-Tag: pgbouncer_1_5_1_rc1~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed2a7a55ba1f2afea4d5e6d9f13aa6e21659e7e1;p=pgbouncer doc: make manpages and html 'dist' This stops cleaning them (thus pointless rebuilds) and also includes in tarball. --- diff --git a/doc/Makefile b/doc/Makefile index 4d632bf..09c62e9 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -13,8 +13,8 @@ dist_man_MANS = $(manpages) endif else # we have asciidoc, build everything -man_MANS = $(manpages) -doc_DATA = config.html usage.html todo.html faq.html README.html +dist_man_MANS = $(manpages) +dist_doc_DATA = config.html usage.html todo.html faq.html README.html endif SUBLOC = doc diff --git a/doc/config.txt b/doc/config.txt index c24ff21..27abb7e 100644 --- a/doc/config.txt +++ b/doc/config.txt @@ -62,6 +62,18 @@ Note: Not supported on Windows machines. Default: +/tmp+ +==== unix_socket_mode ==== + +Filesystem mode for unix socket. + +Default: 0777 + +==== unix_socket_group ==== + +Group name to use for unix socket. + +Default: not set + ==== user ==== If set, specifies the Unix user to change to after startup. Works only if