nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 248d7be8efd6e3aeb36e0cd68bfc10319d387c06
parent 372bd0f7dddad712945f0c86dce9e46b811914b0
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Sun,  4 Dec 2016 11:21:10 +0100

build: clean out the revision.h file, to make 'make distcheck' pass

Diffstat:
Msrc/Makefile.am | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am @@ -1,5 +1,7 @@ AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -DSYSCONFDIR=\"$(sysconfdir)\" +CLEANFILES = revision.h + if BUILDING_FROM_GIT SOMETHING = "REVISION \"$(shell git describe --tags 2>/dev/null)\"" else