diff options
author | June McEnroe <june@causal.agency> | 2019-02-11 17:22:52 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-02-11 17:22:52 -0500 |
commit | 29af8005fcc9295fb10b2fed802a6401232af40c (patch) | |
tree | 307cd40d6aa5c0bc12650d59c2258956a74cd210 /bin | |
parent | Avoid excessive tags in ttpre (diff) | |
download | src-29af8005fcc9295fb10b2fed802a6401232af40c.tar.gz src-29af8005fcc9295fb10b2fed802a6401232af40c.zip |
Install html with -C
Diffstat (limited to '')
-rw-r--r-- | bin/Makefile | 2 |
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 |