From 86fcc0b6cff68ed461027ac82bcc238fbbf32483 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 19 Apr 2016 03:15:41 -0400 Subject: base ... tag --- tangle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tangle') diff --git a/tangle b/tangle index d6aa952..334cd43 100755 --- a/tangle +++ b/tangle @@ -4,8 +4,9 @@ DIR=`pwd` ORGFILES="" EMACSLISP=/usr/share/emacs/site-lisp -EMACSLISP_ORG=~/.emacs.d/elpa/org-20151005 -EMACSLISP_ORG_CONTRIB=~/.emacs.d/elpa/org-plus-contrib-20151005 +ORG_VERSION=20160411 +EMACSLISP_ORG=~/.emacs.d/elpa/org-$($(shell echo $(ORG_VERSION))) +EMACSLISP_ORG_CONTRIB=~/.emacs.d/elpa/org-plus-contrib-$($(shell echo $(ORG_VERSION))) # wrap each argument in the code required to call tangle on it for i in $@; do ORGFILES="$ORGFILES \"$i\"" -- cgit v1.2.3