From: Mark Wooding Date: Tue, 21 Apr 2020 12:04:37 +0000 (+0100) Subject: bin/wakey.sh: Rename, now that it's not `zsh'-specific. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/cef9886f4cc708eae9e577411f339b7346cd8723?ds=inline bin/wakey.sh: Rename, now that it's not `zsh'-specific. --- diff --git a/Makefile b/Makefile index ecc3bb8..9256ee7 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,7 @@ ELISP += dot-emacs dot-emacs_DEPS = make-regexp SCRIPTLINKS += emacsclient-hack movemail-hack sendmail-hack -SCRIPTLINKS += aspell-hack emerge-hack wakey.zsh +SCRIPTLINKS += aspell-hack emerge-hack wakey.sh %.elc: %.el $$(foreach e, $$($$*_DEPS), $$(DEP_$$e)) $(call v_tag,EMACS)if ! $(EMACS) >$*.build-log 2>&1 \ diff --git a/bin/wakey.zsh b/bin/wakey.sh similarity index 100% rename from bin/wakey.zsh rename to bin/wakey.sh