From c6fad366c9fd80a9afcbfcfec58a7487eaf6f805 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 20 Apr 2022 19:56:03 +0000 Subject: Revert "Make (pun) the dependencies make (pun) more sense" This reverts commit 066b65515e7d35ed0de41ca3f5f351f394457c2b. Ok the reason you DON'T do that is because then every post older than colb gets regenerated. --- www/text.causal.agency/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'www/text.causal.agency/Makefile') diff --git a/www/text.causal.agency/Makefile b/www/text.causal.agency/Makefile index 59e96f9f..c5555274 100644 --- a/www/text.causal.agency/Makefile +++ b/www/text.causal.agency/Makefile @@ -39,21 +39,19 @@ TXTS += 036-compassion.txt TXTS += 037-care.txt TXTS += 038-agency.txt -all: ${TXTS} feed.atom +all: colb ${TXTS} .SUFFIXES: .7 .txt -${TXTS}: colb - .7.txt: mandoc -T utf8 $< | ./colb > $@ touch -m -r $< $@ -feed.atom: feed.sh ${TXTS} +feed.atom: feed.sh colb ${TXTS} sh feed.sh > feed.atom clean: rm -f colb ${TXTS} feed.atom -install: ${TXTS} feed.atom +install: colb ${TXTS} feed.atom install -p -m 644 ${TXTS} feed.atom ${WEBROOT} -- cgit 1.4.1 de2ab'>tree commit diff
path: root/home/.local/bin/nasd (unfollow)
Commit message (Expand)Author
2018-08-23Alias bc='bc -l'June McEnroe
2018-08-20Update usage of scheme in READMEJune McEnroe
2018-08-20Use scheme.h in fbatt and fbclockJune McEnroe
2018-08-20Generate scheme.hJune McEnroe
2018-08-20Add dependencies on gfx.hJune McEnroe
2018-08-18Add Blondie — Heart of GlassJune McEnroe
2018-08-18Set FCEDIT=$EDITORJune McEnroe
2018-08-18Only post commits with bodies to MastodonJune McEnroe
2018-08-18Run tf/cfg link script with /bin/shJune McEnroe
2018-08-18Run {,s,t}up with /bin/shJune McEnroe
2018-08-18Use whence instead of typeJune McEnroe
2018-08-18Cut off path components until right prompt fitsJune McEnroe
2018-08-17Add "private" alias to source encrypted fileJune McEnroe
2018-08-17Add vim mapping to add a #includeJune McEnroe