aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2020-11-18 22:11:26 +0300
committerla-ninpre <leobrekalini@gmail.com>2020-11-18 22:11:26 +0300
commite2525ea5110e3dcedf07b1e073582b64b8961d1a (patch)
tree44b3513979f7709ae54e94c9ab5ce3f8e47c57a6 /Makefile
parent23e98ac40b40b6566b2128b6512e2cea0a83ddc9 (diff)
downloadcgit-e2525ea5110e3dcedf07b1e073582b64b8961d1a.tar.gz
cgit-e2525ea5110e3dcedf07b1e073582b64b8961d1a.zip
other: use markdown file for root-readme
it seems that about-formatting rule is used on root-readme too. because of that i don't need html file. this is kinda odd, but okay.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 861ea24..25c500a 100644
--- a/Makefile
+++ b/Makefile
@@ -90,7 +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 0644 about.md $(DESTDIR)$(CGIT_DATA_PATH)/about.md
$(INSTALL) -m 0755 -d $(DESTDIR)$(filterdir)
$(COPYTREE) filters/* $(DESTDIR)$(filterdir)