diff options
author | June McEnroe | 2021-09-22 15:40:24 +0000 |
---|---|---|
committer | June McEnroe | 2022-02-13 12:18:51 -0500 |
commit | f92ba7ea854f826816cdbf94bc2afa4104669961 (patch) | |
tree | 829cc3def950d168672e9eb604c6297b6eb2acce /Makefile | |
parent | Show about path in page title (diff) | |
download | cgit-f92ba7ea854f826816cdbf94bc2afa4104669961.tar.gz cgit-f92ba7ea854f826816cdbf94bc2afa4104669961.zip |
Remove default favicon
I do not like these things.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile index d13c5bd..09fdd0e 100644 --- a/Makefile +++ b/Makefile | |||
@@ -88,7 +88,6 @@ install: all | |||
88 | $(INSTALL) -m 0755 -d $(DESTDIR)$(CGIT_DATA_PATH) | 88 | $(INSTALL) -m 0755 -d $(DESTDIR)$(CGIT_DATA_PATH) |
89 | $(INSTALL) -m 0644 cgit.css $(DESTDIR)$(CGIT_DATA_PATH)/cgit.css | 89 | $(INSTALL) -m 0644 cgit.css $(DESTDIR)$(CGIT_DATA_PATH)/cgit.css |
90 | $(INSTALL) -m 0644 cgit.png $(DESTDIR)$(CGIT_DATA_PATH)/cgit.png | 90 | $(INSTALL) -m 0644 cgit.png $(DESTDIR)$(CGIT_DATA_PATH)/cgit.png |
91 | $(INSTALL) -m 0644 favicon.ico $(DESTDIR)$(CGIT_DATA_PATH)/favicon.ico | ||
92 | $(INSTALL) -m 0644 robots.txt $(DESTDIR)$(CGIT_DATA_PATH)/robots.txt | 91 | $(INSTALL) -m 0644 robots.txt $(DESTDIR)$(CGIT_DATA_PATH)/robots.txt |
93 | $(INSTALL) -m 0755 -d $(DESTDIR)$(filterdir) | 92 | $(INSTALL) -m 0755 -d $(DESTDIR)$(filterdir) |
94 | $(COPYTREE) filters/* $(DESTDIR)$(filterdir) | 93 | $(COPYTREE) filters/* $(DESTDIR)$(filterdir) |
@@ -111,7 +110,6 @@ uninstall: | |||
111 | rm -f $(DESTDIR)$(CGIT_SCRIPT_PATH)/$(CGIT_SCRIPT_NAME) | 110 | rm -f $(DESTDIR)$(CGIT_SCRIPT_PATH)/$(CGIT_SCRIPT_NAME) |
112 | rm -f $(DESTDIR)$(CGIT_DATA_PATH)/cgit.css | 111 | rm -f $(DESTDIR)$(CGIT_DATA_PATH)/cgit.css |
113 | rm -f $(DESTDIR)$(CGIT_DATA_PATH)/cgit.png | 112 | rm -f $(DESTDIR)$(CGIT_DATA_PATH)/cgit.png |
114 | rm -f $(DESTDIR)$(CGIT_DATA_PATH)/favicon.ico | ||
115 | 113 | ||
116 | uninstall-doc: uninstall-man uninstall-html uninstall-pdf | 114 | uninstall-doc: uninstall-man uninstall-html uninstall-pdf |
117 | 115 | ||