branch: externals/async
commit 5863eefbcd445f0fe917646f1326a9c86f067865
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
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