summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* configury: generated ChangeLog by make distPavel Raiskup2014-09-181-0/+1
| | | | | | | | Use the gitlog-to-changelog binary, if exists on the system. * Makefile.am (dist-hook): Add rules for ChangeLog. * ChangeLog: Remove file. * .gitignore: Ignore .gitignore.
* testsuite: configury & and add first test-casePavel Raiskup2014-09-171-7/+13
| | | | | | | This required little bit of generalization so I moved the SED_CALL into configure.ac to have it available for tests/Makefile.am also. The first testsuite just checks that no un-expanded @pattern@ exists in generated files.
* postgresql-check-db-dir generated alsoPavel Raiskup2014-07-011-1/+2
| | | | | Also generate files using sed as is suggested by autoconf manual (and the autoconf project does so internally).
* Makefile.am: more readable file generationPavel Raiskup2014-07-011-0/+1
|
* Generate postgresql.service and configuration filePavel Raiskup2014-07-011-0/+2
|
* postgresql-ctl, DISTSUFF: introducePavel Raiskup2014-07-011-2/+3
| | | | | | | | | | | | 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 manPavel Raiskup2014-07-011-0/+2
|
* configury: make it non-foreignPavel Raiskup2014-07-011-0/+1
| | | | | This makes us to do some additional documentation, but it should not be so hard.
* configury: prepare for autotoolsPavel Raiskup2014-07-011-0/+11