stagit

remove config.def.h: it was not used anymore

thanks tarug0 for reporting it!

Hiltjo Posthuma contact@arjunchoudhary.com

commit: 2693659 parent: 708551e
2 files changed, 1 insertions(+), 5 deletions(-)
MMakefile+1-2
Dconfig.def.h+0-3
M · Makefile +1, -2
 1@@ -40,8 +40,7 @@ dist:
 2 	rm -rf ${NAME}-${VERSION}
 3 	mkdir -p ${NAME}-${VERSION}
 4 	cp -f ${MAN1} ${HDR} ${SCRIPTS} ${SRC} ${COMPATSRC} ${DOC} \
 5-		Makefile config.def.h config.mk \
 6-		favicon.png logo.png style.css \
 7+		Makefile config.mk favicon.png logo.png style.css \
 8 		example.sh \
 9 		${NAME}-${VERSION}
10 	# make tarball
D · config.def.h +0, -3
1@@ -1,3 +0,0 @@
2-/* See LICENSE file for copyright and license details. */
3-static const unsigned summarylen = 70; /* summary length in the log */
4-static const int showlinecount   = 1;  /* display line count or file size in file tree index */