aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-08-02 04:15:01 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2026-04-13 19:05:20 +0200
commit0bb07a022ae1ced631a64f1d35e4257365805643 (patch)
tree53ba5e0f64c21307c89b51414df27e22b84d5d48 /Makefile
parent3667955992764260a55ee08f9559ac62e65cdb5b (diff)
downloadcgit-0bb07a022ae1ced631a64f1d35e4257365805643.tar.gz
cgit-0bb07a022ae1ced631a64f1d35e4257365805643.tar.bz2
cgit-0bb07a022ae1ced631a64f1d35e4257365805643.zip
css: switch monospace fonts
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 16bfc55..fea51ec 100644
--- a/Makefile
+++ b/Makefile
@@ -91,6 +91,8 @@ install: all
$(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)$(CGIT_DATA_PATH)/source-code-pro
+ $(COPYTREE) source-code-pro/* $(DESTDIR)$(CGIT_DATA_PATH)/source-code-pro
$(INSTALL) -m 0755 -d $(DESTDIR)$(filterdir)
$(COPYTREE) filters/* $(DESTDIR)$(filterdir)