summary refs log tree commit diff
path: root/www/text.causal.agency/Makefile
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
commit1793cbd9e9ffee34482111d80dd5641e0158b8a4 (patch)
tree4f8d01bf9c3a0002d10d483f9cde8bc91e2da5e1 /www/text.causal.agency/Makefile
parentSet txt mtimes to source mtimes (diff)
downloadsrc-1793cbd9e9ffee34482111d80dd5641e0158b8a4.tar.gz
src-1793cbd9e9ffee34482111d80dd5641e0158b8a4.zip
Revert "Make (pun) the dependencies make (pun) more sense"
This reverts commit 22665bf41ed91131dc6146806b1f0226f2ece4d8.

Ok the reason you DON'T do that is because then every post older
than colb gets regenerated.
Diffstat (limited to 'www/text.causal.agency/Makefile')
-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}