From a2fe1f7fcdc4d27e9ac45d68a293db726811fb5a Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 20 Apr 2022 15:48:24 -0400 Subject: Set txt mtimes to source mtimes --- www/text.causal.agency/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'www/text.causal.agency/Makefile') diff --git a/www/text.causal.agency/Makefile b/www/text.causal.agency/Makefile index 5d5b99e1..59e96f9f 100644 --- a/www/text.causal.agency/Makefile +++ b/www/text.causal.agency/Makefile @@ -47,6 +47,7 @@ ${TXTS}: colb .7.txt: mandoc -T utf8 $< | ./colb > $@ + touch -m -r $< $@ feed.atom: feed.sh ${TXTS} sh feed.sh > feed.atom -- cgit 1.4.1 mit dontfiles
summary refs log tree commit diff
path: root/doc/zlib/gzread.3 (unfollow)
Commit message (Expand)Author
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