summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
-rw-r--r--config.def.h3
2 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 868ad59..e6f66d1 100644
--- 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
diff --git a/config.def.h b/config.def.h
deleted file mode 100644
index 721392f..0000000
--- a/config.def.h
+++ /dev/null
@@ -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 */