emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/async d0a29f1 46/60: Copy source files when installing


From: Stefan Monnier
Subject: [elpa] externals/async d0a29f1 46/60: Copy source files when installing
Date: Tue, 8 Oct 2019 10:11:35 -0400 (EDT)

branch: externals/async
commit d0a29f15d6898e675bf980390d21231997033239
Author: Thierry Volpiatto <address@hidden>
Commit: Thierry Volpiatto <address@hidden>

    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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]