Makefile.am - added check for debian package directory
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Thu, 7 May 2020 15:11:52 +0000 (17:11 +0200)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Thu, 7 May 2020 15:11:52 +0000 (17:11 +0200)
commitb92aaf901395c7257dec52cbc6b9613bb71fcb1c
tree33f769af478cf1de797f903297274fb8cea752d3
parent762dcdf61ab2c7446b1541053536f4994b3d2b54
Makefile.am - added check for debian package directory

The debian package is now also maintained via git

https://salsa.debian.org/science-team/pspp

but that repository contains the distribution package. Due to the
.git directory the make process assumes that we are building
a distribution file and adds a check for some missing files. That
check fails if the distribution is under git control. I checked
for the existance of the debian directory as an indicator that
we are building the debian package and disable the check.
Makefile.am