diff options
author | June McEnroe <june@causal.agency> | 2021-09-22 15:40:24 +0000 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-09-22 15:40:24 +0000 |
commit | b66b864a89e0a956e9d5d8909ccb3084df3c273e (patch) | |
tree | 5b9648e95d0c353efc1e9f3085b87064f5790035 /www/git.causal.agency/cgit/Makefile | |
parent | Use Z_FILTERED strategy (diff) | |
download | src-b66b864a89e0a956e9d5d8909ccb3084df3c273e.tar.gz src-b66b864a89e0a956e9d5d8909ccb3084df3c273e.zip |
Remove default favicon
I hate these things and also this one sucks.
Diffstat (limited to '')
-rw-r--r-- | www/git.causal.agency/cgit/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/git.causal.agency/cgit/Makefile b/www/git.causal.agency/cgit/Makefile index bfaa4ee6..e5fb0675 100644 --- a/www/git.causal.agency/cgit/Makefile +++ b/www/git.causal.agency/cgit/Makefile @@ -88,7 +88,6 @@ install: all $(INSTALL) -m 0755 -d $(DESTDIR)$(CGIT_DATA_PATH) $(INSTALL) -m 0644 cgit.css $(DESTDIR)$(CGIT_DATA_PATH)/cgit.css $(INSTALL) -m 0644 cgit.png $(DESTDIR)$(CGIT_DATA_PATH)/cgit.png - $(INSTALL) -m 0644 favicon.ico $(DESTDIR)$(CGIT_DATA_PATH)/favicon.ico $(INSTALL) -m 0644 robots.txt $(DESTDIR)$(CGIT_DATA_PATH)/robots.txt $(INSTALL) -m 0755 -d $(DESTDIR)$(filterdir) $(COPYTREE) filters/* $(DESTDIR)$(filterdir) @@ -111,7 +110,6 @@ uninstall: rm -f $(DESTDIR)$(CGIT_SCRIPT_PATH)/$(CGIT_SCRIPT_NAME) rm -f $(DESTDIR)$(CGIT_DATA_PATH)/cgit.css rm -f $(DESTDIR)$(CGIT_DATA_PATH)/cgit.png - rm -f $(DESTDIR)$(CGIT_DATA_PATH)/favicon.ico uninstall-doc: uninstall-man uninstall-html uninstall-pdf |