branch: externals/async
commit 5863eefbcd445f0fe917646f1326a9c86f067865
Author: Thierry Volpiatto <thierry.volpia...@gmail.com>
Commit: Thierry Volpiatto <thierry.volpia...@gmail.com>

    Copy the autoload file when installing
    
    * Makefile (install): Do it.
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index d39d657..a755782 100644
--- a/Makefile
+++ b/Makefile
@@ -69,6 +69,7 @@ DESTDIR=${PREFIX}emacs/site-lisp/emacs-async/
 install:
        test -d ${DESTDIR} || mkdir ${DESTDIR}
        cp -vf *.elc $(DESTDIR)
+       cp -vf async-autoloads.el $(DESTDIR)
 
 uninstall:
        rm -vf ${DESTDIR}*.elc

Reply via email to