From 34710517c5f21eb2f2e017bf6e64df4b33a0e3f9 Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Mon, 25 Mar 2013 14:22:32 +0000 Subject: [PATCH] Ensure recipes.json is rebuilt alongside archive.json (see #610) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index de8af5b1..dd2b01f0 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ build: $(EVAL) "(package-build-all)" html: index -index: archive.json +index: archive.json recipes.json @echo " • Building html index ..." $(MAKE) -C $(HTMLDIR)