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

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

[elpa] externals/async 5863eef 28/60: Copy the autoload file when instal


From: Stefan Monnier
Subject: [elpa] externals/async 5863eef 28/60: Copy the autoload file when installing
Date: Tue, 8 Oct 2019 10:11:31 -0400 (EDT)

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

    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

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