mirror of
https://git.zx2c4.com/cgit
synced 2024-11-08 09:38:41 +00:00
Add favicon
This adds a favicon to cgit. It is not enabled by default, though. The file contains two icons, 16x16 and 32x32 pixels, optimized for size.
This commit is contained in:
parent
7fb12a8ee0
commit
52c926cadb
2
Makefile
2
Makefile
@ -77,6 +77,7 @@ install: all
|
|||||||
$(INSTALL) -m 0755 -d $(DESTDIR)$(CGIT_DATA_PATH)
|
$(INSTALL) -m 0755 -d $(DESTDIR)$(CGIT_DATA_PATH)
|
||||||
$(INSTALL) -m 0644 cgit.css $(DESTDIR)$(CGIT_DATA_PATH)/cgit.css
|
$(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 cgit.png $(DESTDIR)$(CGIT_DATA_PATH)/cgit.png
|
||||||
|
$(INSTALL) -m 0644 favicon.ico $(DESTDIR)$(CGIT_DATA_PATH)/favicon.ico
|
||||||
$(INSTALL) -m 0755 -d $(DESTDIR)$(filterdir)
|
$(INSTALL) -m 0755 -d $(DESTDIR)$(filterdir)
|
||||||
$(COPYTREE) filters/* $(DESTDIR)$(filterdir)
|
$(COPYTREE) filters/* $(DESTDIR)$(filterdir)
|
||||||
|
|
||||||
@ -98,6 +99,7 @@ uninstall:
|
|||||||
rm -f $(DESTDIR)$(CGIT_SCRIPT_PATH)/$(CGIT_SCRIPT_NAME)
|
rm -f $(DESTDIR)$(CGIT_SCRIPT_PATH)/$(CGIT_SCRIPT_NAME)
|
||||||
rm -f $(DESTDIR)$(CGIT_DATA_PATH)/cgit.css
|
rm -f $(DESTDIR)$(CGIT_DATA_PATH)/cgit.css
|
||||||
rm -f $(DESTDIR)$(CGIT_DATA_PATH)/cgit.png
|
rm -f $(DESTDIR)$(CGIT_DATA_PATH)/cgit.png
|
||||||
|
rm -f $(DESTDIR)$(CGIT_DATA_PATH)/favicon.ico
|
||||||
|
|
||||||
uninstall-doc: uninstall-man uninstall-html uninstall-pdf
|
uninstall-doc: uninstall-man uninstall-html uninstall-pdf
|
||||||
|
|
||||||
|
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in New Issue
Block a user