From dc8d0c84ff1f09b25e36313a1de6848f51a32320 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Fri, 5 May 2017 00:23:50 +0200 Subject: remove config.def.h: it was not used anymore thanks tarug0 for reporting it! --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3