mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
Enable badge image generation when invoked via the Makefile
This should cause badges to be routinely produced on the server. See #2099
This commit is contained in:
parent
1e0f44b043
commit
80e99703d3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -90,7 +90,7 @@ $(RCPDIR)/.dirstamp: .FORCE
|
|||
$(RCPDIR)/%: .FORCE
|
||||
@echo " • Building recipe $(@F) ..."
|
||||
|
||||
- $(TIMEOUT) $(EVAL) "(let ((package-build-stable $(STABLE)) (package-build-archive-dir (expand-file-name \"$(PKGDIR)\" pb/this-dir))) (package-build-archive '$(@F)))"
|
||||
- $(TIMEOUT) $(EVAL) "(let ((package-build-stable $(STABLE)) (package-build-write-melpa-badge-images t) (package-build-archive-dir (expand-file-name \"$(PKGDIR)\" pb/this-dir))) (package-build-archive '$(@F)))"
|
||||
|
||||
@echo " ✓ Wrote $$(ls -lsh $(PKGDIR)/$(@F)-*) "
|
||||
@echo " Sleeping for $(SLEEP) ..."
|
||||
|
|
Loading…
Reference in a new issue