diff options
| author | patrick-scho | 2025-12-03 18:03:46 +0100 |
|---|---|---|
| committer | patrick-scho | 2025-12-03 18:03:46 +0100 |
| commit | 2fd189c8639efafe64deafc083e46adcb332a8e7 (patch) | |
| tree | 7f80cc1d834de559b56772eae1b1c604640183e8 /Makefile | |
| parent | 38a12c2ddde5188bbbd04501883b7092745b0dac (diff) | |
| download | ps-cgit-2fd189c8639efafe64deafc083e46adcb332a8e7.tar.gz ps-cgit-2fd189c8639efafe64deafc083e46adcb332a8e7.zip | |
add cgithub to repo and install it in Makefile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
