summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-02-11 17:22:52 -0500
committerJune McEnroe <june@causal.agency>2019-02-11 17:22:52 -0500
commitba35b2fbe2ad25affbfc42bbe3d3e129bd9b6829 (patch)
treed8b5413c7e67fa435d6b3ace8992063961891e87 /bin/Makefile
parentAvoid excessive tags in ttpre (diff)
downloadsrc-ba35b2fbe2ad25affbfc42bbe3d3e129bd9b6829.tar.gz
src-ba35b2fbe2ad25affbfc42bbe3d3e129bd9b6829.zip
Install html with -C
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile
index a4670104..ff41e6a1 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -127,4 +127,4 @@ unlink:
 
 install-html: $(HTMLS)
 	install -d $(WEBROOT)/bin
-	install -m 644 $(HTMLS) $(WEBROOT)/bin
+	install -C -m 644 $(HTMLS) $(WEBROOT)/bin