branch: elpa/with-editor
commit f25a70777d9d9c90a52249791578bd72f1b7dfd7
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    make: No longer add dash to ORG_LOAD_PATH
    
    `ox-texinfo+' no longer depends on `dash'.
---
 Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index a0af182..d965f5c 100644
--- a/Makefile
+++ b/Makefile
@@ -17,8 +17,7 @@ LOAD_PATH  ?= $(addprefix -L ../,$(DEPS))
 LOAD_PATH  += -L .
 
 ifndef ORG_LOAD_PATH
-ORG_LOAD_PATH  = -L ../dash
-ORG_LOAD_PATH += -L ../org/lisp
+ORG_LOAD_PATH  = -L ../org/lisp
 ORG_LOAD_PATH += -L ../org/contrib/lisp
 ORG_LOAD_PATH += -L ../ox-texinfo+
 endif

Reply via email to