summary refs log tree commit diff
diff options
context:
space:
mode:
-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}
href='/cgit-pink/commit/ui-tree.c?h=1.3.0&id=2c9f56f3e1c754f60ccffbc6c745b9d5a81ea005&follow=1'>git: update to v2.19.1Christian Hesse 2018-09-11ui-ssdiff: ban strcat()Christian Hesse 2018-09-11ui-ssdiff: ban strncpy()Christian Hesse 2018-09-11ui-shared: ban strcat()Christian Hesse 2018-09-11ui-patch: ban sprintf()Christian Hesse 2018-09-11ui-log: ban strncpy()Christian Hesse 2018-09-11ui-log: ban strcpy()Christian Hesse 2018-09-11parsing: ban sprintf()Christian Hesse 2018-09-11parsing: ban strncpy()Christian Hesse 2018-08-28filters: generate anchor links from markdownChristian Hesse 2018-08-03Bump version.Jason A. Donenfeld 2018-08-03clone: fix directory traversalJason A. Donenfeld 2018-08-03config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev