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

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

[elpa] master ca302b4 08/36: targets/avy-init.el: Move


From: Oleh Krehel
Subject: [elpa] master ca302b4 08/36: targets/avy-init.el: Move
Date: Tue, 19 May 2015 12:38:09 +0000

branch: master
commit ca302b4fe6c22025f41992ff169a29b8f5aba471
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    targets/avy-init.el: Move
    
    * Makefile: Update.
    
    Fixes #32
    Fixes milkypostman/melpa/#2758
---
 Makefile                           |    4 ++--
 avy-init.el => targets/avy-init.el |    0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index e155179..6e00ec3 100644
--- a/Makefile
+++ b/Makefile
@@ -11,10 +11,10 @@ test:
        $(emacs) -batch $(LOAD) -f ert-run-tests-batch-and-exit
 
 compile:
-       $(emacs) -batch -l avy-init.el
+       $(emacs) -batch -l targets/avy-init.el
 
 run:
-       $(emacs) -Q -l avy-init.el
+       $(emacs) -Q -l targets/avy-init.el
 
 clean:
        rm -f *.elc
diff --git a/avy-init.el b/targets/avy-init.el
similarity index 100%
rename from avy-init.el
rename to targets/avy-init.el



reply via email to

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