summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* Handle Straight user configThierry Volpiatto2020-06-16
| | | | | | | | | | | | | Make was not working with async installed in Straight, and emacs-helm.sh as well. In Makefile try to find Straight build directory and add it to LOAD-PATH if found. Same for emacs-helm.sh and don't use package.el if straight directory is found. Now Helm compile with async installed with Straight and emacs-helm.sh is working with no extra config.
* Respect that emacs config-folder can now be in $XDG_CONFIG_HOMEBenjamin Orthen2020-02-17
| | | | | | * Make use of locate-user-emacs-file * Change Makefile to check first if $(XDG_CONFIG_HOME)/emacs/elpa or ~/.config/emacs/elpa exists and if not, fall back to ~/.emacs.d/elpa
* Reduce noise in make installThierry Volpiatto2019-10-13
|
* Remove *.el files as well when installingThierry Volpiatto2019-09-24
|
* Clean install directory when installingThierry Volpiatto2019-09-24
|
* Fix Makefile for Emacs-27.0.50Thierry Volpiatto2019-05-03
| | | | Emacs-27 seems to not support anymore let-binding `generated-autoload-file`.
* Remove trailing whitespace(s)duianto2019-01-21
| | | | | And one case of a whitespace before a closing double quote, the double quotes are removed when helm-autoloads.el is generated.
* Copy source files as well when installingThierry Volpiatto2018-05-25
| | | | * Makefile: Do it in make install.
* Use --force argument of ln in MakefileThierry Volpiatto2018-02-26
|
* Add make install/uninstallThierry Volpiatto2018-02-26
| | | | * Makefile: Do it.
* Reindent makefile.Thierry Volpiatto2017-05-05
|
* Improve makefile.Thierry Volpiatto2017-05-05
| | | | * Makefile: Test is elpa dir exists.
* Try to find the async package if installed from (m)elpa.Thierry Volpiatto2017-05-05
| | | | * Makefile: Do it.
* Use -q option for emacs in Makefile.Thierry Volpiatto2017-05-03
| | | | This add site-lisp/* packages to load-path.
* * Makefile: Sort files list (#874).Thierry Volpiatto2015-02-16
|
* * Makefile: Generate autoloads from here now.Thierry Volpiatto2014-09-15
| | | | | * emacs-helm.sh: Error when autoload file isn't found. * helm-config.el: load autoload file.
* Rename anything prefixes to helm.Thierry Volpiatto2012-03-15
|
* * Makefile Compile now only anything.el, anything-config.el, and ↵Thierry Volpiatto2012-01-27
| | | | | | *match-plugin.el. * README Note about anything-complete.el.
* Update headers in all files, copyright etc...Thierry Volpiatto2012-01-01
|
* Makefile: New added by Michael Markert, Thanks.Thierry Volpiatto2011-08-17