diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 821cfb3..3ca4016 100644 --- a/Makefile +++ b/Makefile | |||
@@ -85,7 +85,7 @@ install: all | |||
85 | $(INSTALL) -m 0644 favicon.ico $(DESTDIR)$(CGIT_DATA_PATH)/favicon.ico | 85 | $(INSTALL) -m 0644 favicon.ico $(DESTDIR)$(CGIT_DATA_PATH)/favicon.ico |
86 | $(INSTALL) -m 0644 robots.txt $(DESTDIR)$(CGIT_DATA_PATH)/robots.txt | 86 | $(INSTALL) -m 0644 robots.txt $(DESTDIR)$(CGIT_DATA_PATH)/robots.txt |
87 | $(INSTALL) -m 0755 -d $(DESTDIR)$(filterdir) | 87 | $(INSTALL) -m 0755 -d $(DESTDIR)$(filterdir) |
88 | $(COPYTREE) filters/* $(DESTDIR)$(filterdir) | 88 | $(COPYTREE) filters/* $(DESTDIR)$(filterdir) |
89 | 89 | ||
90 | install-doc: install-man install-html install-pdf | 90 | install-doc: install-man install-html install-pdf |
91 | 91 | ||