about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-10-01 23:35:04 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2016-10-01 23:35:04 +0200
commitef3108656b9c6e22604c18bd9d05bdc847d81e87 (patch)
tree00dfddb2a557855d408d086558281a451583ebee
parentSimplify http_parse_querystring() (diff)
downloadcgit-pink-ef3108656b9c6e22604c18bd9d05bdc847d81e87.tar.gz
cgit-pink-ef3108656b9c6e22604c18bd9d05bdc847d81e87.zip
Makefile: remove extra space
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r--Makefile2
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
 	$(INSTALL) -m 0644 favicon.ico $(DESTDIR)$(CGIT_DATA_PATH)/favicon.ico
 	$(INSTALL) -m 0644 robots.txt $(DESTDIR)$(CGIT_DATA_PATH)/robots.txt
 	$(INSTALL) -m 0755 -d $(DESTDIR)$(filterdir)
-	$(COPYTREE)  filters/* $(DESTDIR)$(filterdir)
+	$(COPYTREE) filters/* $(DESTDIR)$(filterdir)
 
 install-doc: install-man install-html install-pdf
 
colspan='3' class='logmsg'> 2021-02-06Set root window to black on purple snowJune McEnroe 2021-02-06Add xmodmap configurationJune McEnroe 2021-02-06Add initial OpenBSD X configurationJune McEnroe cwm still needs a lot more rebinding, and I need to actually look at its other options. xterm definitely still needs some configuration, but I at least managed to get it to use a decent looking font. Very happy that OpenBSD includes Luxi Mono, which is what my usual font, Go Mono, is based on anyway. Still missing is xmodmap and such. 2021-02-06Add xterm output to schemeJune McEnroe