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 | ba35b2fbe2ad25affbfc42bbe3d3e129bd9b6829 (patch) | |
tree | d8b5413c7e67fa435d6b3ace8992063961891e87 /bin | |
parent | Avoid excessive tags in ttpre (diff) | |
download | src-ba35b2fbe2ad25affbfc42bbe3d3e129bd9b6829.tar.gz src-ba35b2fbe2ad25affbfc42bbe3d3e129bd9b6829.zip |
Install html with -C
Diffstat (limited to 'bin')
-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 |