diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2020-11-18 21:17:08 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2020-11-18 21:17:08 +0300 |
| commit | 23e98ac40b40b6566b2128b6512e2cea0a83ddc9 (patch) | |
| tree | 623742a4c8e2e41d319ab6a8c006db9bca1e2424 /Makefile | |
| parent | 6805720abc9d2f5622b572b4db2f91a8696f2daf (diff) | |
| download | cgit-23e98ac40b40b6566b2128b6512e2cea0a83ddc9.tar.gz cgit-23e98ac40b40b6566b2128b6512e2cea0a83ddc9.zip | |
other: add about page
this intended to be used as `root-readme` as specified in cgitrc(5).
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -90,6 +90,7 @@ 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 0644 about.html $(DESTDIR)$(CGIT_DATA_PATH)/about.html $(INSTALL) -m 0755 -d $(DESTDIR)$(filterdir) $(COPYTREE) filters/* $(DESTDIR)$(filterdir) |
