abouttreesummaryrefslogcommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpatrick-scho2025-12-03 18:03:46 +0100
committerpatrick-scho2025-12-03 18:03:46 +0100
commit2fd189c8639efafe64deafc083e46adcb332a8e7 (patch)
tree7f80cc1d834de559b56772eae1b1c604640183e8 /Makefile
parent38a12c2ddde5188bbbd04501883b7092745b0dac (diff)
downloadps-cgit-2fd189c8639efafe64deafc083e46adcb332a8e7.tar.gz
ps-cgit-2fd189c8639efafe64deafc083e46adcb332a8e7.zip
add cgithub to repo and install it in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 49109ad..c468563 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,7 @@ CACHE_ROOT = /var/cache/cgit
prefix = /usr/local
libdir = $(prefix)/lib
filterdir = $(libdir)/cgit/filters
+cgithubdir = $(libdir)/cgithub
docdir = $(prefix)/share/doc/cgit
htmldir = $(docdir)
pdfdir = $(docdir)
@@ -92,6 +93,8 @@ install: all
$(INSTALL) -m 0644 robots.txt $(DESTDIR)$(CGIT_DATA_PATH)/robots.txt
$(INSTALL) -m 0755 -d $(DESTDIR)$(filterdir)
$(COPYTREE) filters/* $(DESTDIR)$(filterdir)
+ $(INSTALL) -m 0755 -d $(DESTDIR)$(cgithubdir)
+ $(COPYTREE) cgithub/* $(DESTDIR)$(cgithubdir)
install-doc: install-man install-html install-pdf