| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | man: generate manual page more carefully | Pavel Raiskup | 2014-09-17 | 1 | -5/+24 |
| | | | | | | | | In general, we do not want to distribute help2man binary (to avoid license confusions, etc.). So if the manual needs to be re-generated, try to use help2man on system or keep warning about its non-existence. | ||||
| * | postgresql-ctl, DISTSUFF: introduce | Pavel Raiskup | 2014-07-01 | 1 | -4/+7 |
| | | | | | | | | | | | | | We need postgresql-ctl for to keep backward compatibility with clients setting "PGPORT" directly in service file. DISTSUFF variable (which is read by ./configure) may be used to generated namespaced binary names -- e.g. DISTSUFF=93 results in postgresql93-setup is generated instead of postgresql-setup. This commit also adjusts autotools build system to not generate scripts by ./configure, but rather by make. | ||||
| * | docs: update option documentation and generate man | Pavel Raiskup | 2014-07-01 | 1 | -0/+7 |
