commit 1949c531c779e82e74fb2e110daa5b17a58095f2
parent e4700633d23f08f8dd7edb5560412df571ab8a04
Author: Ryan Wolf <johnwayne@pseudony.ms>
Date: Thu, 17 Apr 2025 12:39:21 -0400
remove reference to favicon from makefile
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
@@ -57,8 +57,7 @@ dist:
rm -rf ${NAME}-${VERSION}
mkdir -p ${NAME}-${VERSION}
cp -f ${MAN1} ${HDR} ${SRC} ${COMPATSRC} ${DOC} \
- Makefile favicon.png logo.png style.css \
- example_create.sh example_post-receive.sh \
+ Makefile logo.png style.css example_create.sh example_post-receive.sh \
${NAME}-${VERSION}
# make tarball
tar -cf - ${NAME}-${VERSION} | \