Sort list of vendored dependencies

This commit is contained in:
2018-05-19 14:26:31 +01:00
parent f762ac03d4
commit 6f737fbe5c

View File

@@ -11,15 +11,15 @@ backup-elpa:
.PHONY: vendor
vendor: \
vendor/escreen.el \
vendor/dired+.el \
vendor/escreen.el \
vendor/hideshowvis.el \
vendor/linum+.el
.PHONY: update_vendor
update_vendor: \
update_vendor/escreen.el \
update_vendor/dired+.el \
update_vendor/escreen.el \
update_vendor/hideshowvis.el \
update_vendor/linum+.el
@@ -44,7 +44,7 @@ endef
# Specify vendor targets
#
$(eval $(call vendored,vendor/escreen.el,"https://github.com/renard/escreen-el/raw/master/escreen.el"))
$(eval $(call vendored,vendor/dired+.el,"https://www.emacswiki.org/emacs/download/dired%2b.el"))
$(eval $(call vendored,vendor/escreen.el,"https://github.com/renard/escreen-el/raw/master/escreen.el"))
$(eval $(call vendored,vendor/hideshowvis.el,"https://www.emacswiki.org/emacs/download/hideshowvis.el"))
$(eval $(call vendored,vendor/linum+.el,"http://www.emacswiki.org/emacs/download/linum%2b.el"))