adding sunrise-commander from github
This commit is contained in:
parent
a803142f57
commit
1cf6cf32a0
1
.gitignore
vendored
1
.gitignore
vendored
@ -44,6 +44,7 @@
|
||||
/htmlize/
|
||||
/emacs-jabber/
|
||||
/auctex/
|
||||
/sunrise-commander/
|
||||
|
||||
doxymacs/Makefile
|
||||
doxymacs/Makefile.in
|
||||
|
||||
13
Makefile
13
Makefile
@ -6,8 +6,8 @@ endif
|
||||
|
||||
all: elisp-all
|
||||
|
||||
elisp-all: org-mode gnus dvc auctex
|
||||
#elisp-all: ess org-mode gnus dvc auctex
|
||||
elisp-all: org-mode gnus dvc auctex sunrise-commander
|
||||
#elisp-all: ess
|
||||
#apel flim semi wanderlust
|
||||
|
||||
update: updaterepos
|
||||
@ -22,7 +22,10 @@ GITCLONE_FLAGS-emacswiki := --no-checkout --config core.sparseCheckout=true --de
|
||||
post_clone_cmd-emacswiki :=\
|
||||
cd emacswiki &&\
|
||||
echo '!*' > .git/info/sparse-checkout &&\
|
||||
echo '*.el' >> .git/info/sparse-checkout
|
||||
echo '*.el' >> .git/info/sparse-checkout &&\
|
||||
echo '!Pastie.el' >> .git/info/sparse-checkout &&\
|
||||
echo '!Execute.el' >> .git/info/sparse-checkout &&\
|
||||
echo '!Online-Search.el' >> .git/info/sparse-checkout
|
||||
|
||||
GIT_DIRS += use-package
|
||||
URL-use-package := https://github.com/jwiegley/use-package.git
|
||||
@ -69,10 +72,12 @@ URL-htmlize := http://github.com/emacsmirror/htmlize.git
|
||||
#GIT_DIRS += ess
|
||||
#URL-ess := https://github.com/emacs-ess/ESS.git
|
||||
|
||||
GIT_DIRS += sunrise-commander
|
||||
URL-sunrise-commander := https://github.com/escherdragon/sunrise-commander.git
|
||||
|
||||
BZR_DIRS += dvc
|
||||
URL-dvc := http://bzr.xsteve.at/dvc
|
||||
|
||||
|
||||
$(foreach d,$(HG_DIRS) ,$(call eval-vcs-template,HG_TMPL,$d))
|
||||
$(foreach d,$(GIT_DIRS),$(call eval-vcs-template,GIT_TMPL,$d))
|
||||
#$(foreach d,$(GIT_DIRS),$(call info-vcs-template,GIT_TMPL,$d))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user