summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-17 22:54:38 -0400
committerJune McEnroe <june@causal.agency>2018-09-17 22:54:38 -0400
commit8db02d728d96b8900aa17e80b90793e2f1b5fd30 (patch)
treec8443c89cf3e3d84165d247062f5a498f75bbe89
parentMake install target depend on text files (diff)
downloadsrc-8db02d728d96b8900aa17e80b90793e2f1b5fd30.tar.gz
src-8db02d728d96b8900aa17e80b90793e2f1b5fd30.zip
Use install(1) to install
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f5ded14a..3b9f83e2 100644
--- a/Makefile
+++ b/Makefile
@@ -13,4 +13,4 @@ clean:
 	rm -f $(TXTS)
 
 install: $(TXTS)
-	cp $(TXTS) $(WEBROOT)
+	install -p -m 644 $(TXTS) $(WEBROOT)
-12-20 18:44:47 -0500'>2019-12-20Respect mailmap in gl pretty formatJune McEnroe 2019-12-20Set LANG in cgit filtersJune McEnroe 2019-12-20Source .editrc before applying -v or -eJune McEnroe 2019-12-20Disable signing commitsJune McEnroe 2019-12-19Ignore about-filterJune McEnroe 2019-12-19Fix matching make tags with no sourcesJune McEnroe 2019-12-19Avoid matching := assignments as tagsJune McEnroe 2019-12-18Hide line numbers when rendering mdocJune McEnroe 2019-12-18Customize cgit CSSJune McEnroe 2019-12-18Use :target rather than :focus pseudo-classJune McEnroe 2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe 2019-12-18Add git.causal.agency cgit configJune McEnroe 2019-12-18Bail from hi if input is binaryJune McEnroe 2019-12-16Post "cgit setup"June McEnroe