branch: externals/async
commit d0a29f15d6898e675bf980390d21231997033239
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Copy source files when installing
* Makefile (install): Do it.
---
Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile
index 0b28c23..d2dd4cf 100644
--- a/Makefile
+++ b/Makefile
@@ -68,6 +68,7 @@ PREFIX=/usr/local/share/
DESTDIR=${PREFIX}emacs/site-lisp/emacs-async/
install:
test -d ${DESTDIR} || mkdir ${DESTDIR}
+ cp -vf *.el $(DESTDIR)
cp -vf *.elc $(DESTDIR)
cp -vf async-autoloads.el $(DESTDIR)