diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |