stagit

static git page generator (local tweaks)
git clone https://wehaveforgeathome.hates.computer/stagit.git
Log | Files | Refs | LICENSE

commit 263870e4f595bf3a96b238413f159706c06a9aae
parent 1949c531c779e82e74fb2e110daa5b17a58095f2
Author: Ryan Wolf <johnwayne@pseudony.ms>
Date:   Thu, 17 Apr 2025 12:40:48 -0400

remove other references to favicon that i missed

Diffstat:
MMakefile | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -83,7 +83,6 @@ install: all # installing example files. mkdir -p ${DESTDIR}${DOCPREFIX} cp -f style.css\ - favicon.png\ logo.png\ example_create.sh\ example_post-receive.sh\ @@ -100,7 +99,6 @@ uninstall: # removing example files. rm -f \ ${DESTDIR}${DOCPREFIX}/style.css\ - ${DESTDIR}${DOCPREFIX}/favicon.png\ ${DESTDIR}${DOCPREFIX}/logo.png\ ${DESTDIR}${DOCPREFIX}/example_create.sh\ ${DESTDIR}${DOCPREFIX}/example_post-receive.sh\