summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2015-02-25 16:09:53 +0100
committerPavel Raiskup <praiskup@redhat.com>2015-02-26 16:52:18 +0100
commit1f35a8e32e9287d84b0d46f48a94eca85b59836f (patch)
tree3660daed3d5cf2128ad9a34ad02c509b5649a76f /.gitignore
parent243dcab83ed93c3afd9867b3e5d014efdd0f840f (diff)
downloadpostgresql-setup-1f35a8e32e9287d84b0d46f48a94eca85b59836f.tar.gz
postgresql-setup-1f35a8e32e9287d84b0d46f48a94eca85b59836f.tar.xz
postgresql-setup-1f35a8e32e9287d84b0d46f48a94eca85b59836f.zip
configury: remove DISTSUFF variable completely
And add NAME_SERVICE, NAME_PACKAGE and NAME_BINARYBASE on its place. This allows packager fine-tune how the files are going to be generated. * Makefile.am: Better work with variables. * .gitignore: Ignore any (generated) service file. * configure.ac (DISTSUFF): Remove. (NAME_BIN_PFX, NAME_BIN_SFX, NAME_PKG_PFX, NAME_PKG_SFX) (NAME_SRV_PFX, NAME_SRV_SFX, NAME_SERVICE, NAME_PACKAGE) (NAME_BINARYBASE): New variables * doc/.gitignore: Ignore any man(1) page. * doc/Makefile.am (HELP2MAN_RUN): Fix the call to work also with various prefixes/suffixes. * README.rpm-dist.in: Use new variables. * legacy-sysv-script.in: Likewise. * postgresql-setup.in: Likewise. * m4/packaging.m4 (PGSETUP_SUBST_OPT): New macro, defines, substitutes and also fixes sed-rules.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 40c1e13..19f4432 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+*.service
*.tar.gz
*.log
.generated_files