aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2022-02-21Rewrite snakemake-popup as a transientKyle Meyer
Magit switched to Transient for its popups a while go. Magit Popup is still around for third-party libraries that may use it, but it's not actively developed. At the moment, this switch is trading one external library for another (improved) one. However, Transient will ship with Emacs starting with the upcoming 28.1 release. Message-Id: <20220222030207.204401-2-kyle@kyleam.com>
2022-02-21ci: Switch to GitHub ActionsKyle Meyer
After GitHub Actions were available, this repository kept using Travis because it worked well enough, especially given this package is very much in maintenance mode. However, going forward it'd be nice to use purcell/setup-emacs action to test various Emacs versions. Don't bother testing against Emacs 24 because the next release will bump the minimum Emacs version to at least 25.1. While touching this setup, drop the Makefile target for downloading dependencies and instead just expect dependencies to be one level up from the snakemake-mode checkout.
2022-02-21make: Load autoload.el before calling update-directory-autoloadsKyle Meyer
--eval uses lexical scoping as of Emacs 27. Load autoload.el to evaluate (defvar generated-autoload-file ...) and get dynamic scope. See Emacs's bug#39823.
2018-01-20Makefile: Update magit-popup.el's URLKyle Meyer
magit-popup.el is in its own repository as of Magit's 4d5d9bfa
2016-04-19Makefile: Fix autoload dependenciesKyle Meyer
2016-04-17Makefile: Pull out Emacs variableKyle Meyer
Used by Travis make call.
2016-04-17Makefile: Download dependenciesKyle Meyer
2016-02-28Rename test file for MELPA filteringKyle Meyer
MELPA excludes test.el, tests.el, *-test.el, and *-tests.el.
2016-02-28Makefile: Update for snakemake.elKyle Meyer
2016-02-27Makefile: Strip downKyle Meyer
2015-04-12Makefile: Use generated-autoload-file variableKyle Meyer
Based on issue #3, perhaps older versions of update-file-autoloads don't take an 'outfile' argument.
2015-03-05Add testsKyle Meyer
2015-03-05Add MakefileKyle Meyer