aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2016-02-16 15:07:31 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2016-02-16 15:07:31 +0100
commitc9c6e63472701017041e66d3eeb2d750b1aafb32 (patch)
treeb897317597808e0b2864b333f84a6937ad9a0c35 /.gitignore
parent7ee385ba23522ea262e43854126e8f9de26bf7c8 (diff)
downloadsciteco-c9c6e63472701017041e66d3eeb2d750b1aafb32.tar.gz
distribution helper script: let it be preprocessed/substituted by Autoconf
* makes sense since it already extracted information from ./configure that is usually substituted. * it already had to be run from a configured build directory * it required the source tree directory, which had to be overwritten on the Make command line when using an out-of-source build dir. This is no longer necessary. * It is still a stand-alone Makefile to keep it isolated from the main build system, although it could certainly be translated to Automake. * the generated file will now be called distribute.mk to signify that it is a Makefile.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 185dd0b..39983d8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,6 +18,7 @@
Makefile
Makefile.in
stamp-*
+/distribute.mk
# Autotest
/tests/package.m4