summary refs log tree commit diff
path: root/bin
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
parentAvoid excessive tags in ttpre (diff)
downloadsrc-ba35b2fbe2ad25affbfc42bbe3d3e129bd9b6829.tar.gz
src-ba35b2fbe2ad25affbfc42bbe3d3e129bd9b6829.zip
Install html with -C
Diffstat (limited to 'bin')
-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
e='2022-07-03 08:21:05 -0400'>2022-07-03Add The Bone Shard EmperorJune McEnroe 2022-06-25Bump xterm font size to 12June McEnroe 2022-06-10Handle subshells (and functions) inside substitutionsJune McEnroe 2022-06-10Switch to jorts Install scriptJune McEnroe 2022-06-08Indicate if still reading or no resultsJune McEnroe 2022-06-08Add Maiden, Mother, CroneJune McEnroe 2022-06-05FIRST SHOW IN 2.5 YEARS BABEY!!!June McEnroe 2022-06-03Set line number on File linesJune McEnroe 2022-06-03Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe