summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-04-20 19:56:03 +0000
committerJune McEnroe <june@causal.agency>2022-04-20 19:57:42 +0000
commitc6fad366c9fd80a9afcbfcfec58a7487eaf6f805 (patch)
treed739a504a02612e25a35e2e1deff4f61d51641b5
parentSet txt mtimes to source mtimes (diff)
downloadsrc-c6fad366c9fd80a9afcbfcfec58a7487eaf6f805.tar.gz
src-c6fad366c9fd80a9afcbfcfec58a7487eaf6f805.zip
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.
-rw-r--r--www/text.causal.agency/Makefile8
1 files changed, 3 insertions, 5 deletions
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}