mirror of
https://github.com/correl/melpa.git
synced 2024-12-22 19:17:27 +00:00
Ensure recipes.json is rebuilt alongside archive.json (see #610)
This commit is contained in:
parent
7828be20df
commit
34710517c5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue