remove config.def.h: it was not used anymore - stagit-gopher - A git gopher frontend. (mirror)
HTML git clone git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit dc8d0c84ff1f09b25e36313a1de6848f51a32320
DIR parent 8fa0effa9846a18a60d3b6a7c96db42a2775a7c6
HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 5 May 2017 00:23:50 +0200
remove config.def.h: it was not used anymore
thanks tarug0 for reporting it!
Diffstat:
M Makefile | 3 +--
D config.def.h | 3 ---
2 files changed, 1 insertion(+), 5 deletions(-)
---
DIR diff --git a/Makefile b/Makefile
@@ -40,8 +40,7 @@ dist:
rm -rf ${NAME}-${VERSION}
mkdir -p ${NAME}-${VERSION}
cp -f ${MAN1} ${HDR} ${SCRIPTS} ${SRC} ${COMPATSRC} ${DOC} \
- Makefile config.def.h config.mk \
- favicon.png logo.png style.css \
+ Makefile config.mk favicon.png logo.png style.css \
example.sh \
${NAME}-${VERSION}
# make tarball
DIR diff --git a/config.def.h b/config.def.h
@@ -1,3 +0,0 @@
-/* See LICENSE file for copyright and license details. */
-static const unsigned summarylen = 70; /* summary length in the log */
-static const int showlinecount = 1; /* display line count or file size in file tree index */