adding sunrise-commander from github

This commit is contained in:
Kai Tetzlaff 2015-07-20 09:01:48 +02:00
parent a803142f57
commit 1cf6cf32a0
2 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -44,6 +44,7 @@
/htmlize/ /htmlize/
/emacs-jabber/ /emacs-jabber/
/auctex/ /auctex/
/sunrise-commander/
doxymacs/Makefile doxymacs/Makefile
doxymacs/Makefile.in doxymacs/Makefile.in

View File

@ -6,8 +6,8 @@ endif
all: elisp-all all: elisp-all
elisp-all: org-mode gnus dvc auctex elisp-all: org-mode gnus dvc auctex sunrise-commander
#elisp-all: ess org-mode gnus dvc auctex #elisp-all: ess
#apel flim semi wanderlust #apel flim semi wanderlust
update: updaterepos update: updaterepos
@ -22,7 +22,10 @@ GITCLONE_FLAGS-emacswiki := --no-checkout --config core.sparseCheckout=true --de
post_clone_cmd-emacswiki :=\ post_clone_cmd-emacswiki :=\
cd emacswiki &&\ cd emacswiki &&\
echo '!*' > .git/info/sparse-checkout &&\ 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 GIT_DIRS += use-package
URL-use-package := https://github.com/jwiegley/use-package.git 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 #GIT_DIRS += ess
#URL-ess := https://github.com/emacs-ess/ESS.git #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 BZR_DIRS += dvc
URL-dvc := http://bzr.xsteve.at/dvc URL-dvc := http://bzr.xsteve.at/dvc
$(foreach d,$(HG_DIRS) ,$(call eval-vcs-template,HG_TMPL,$d)) $(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 eval-vcs-template,GIT_TMPL,$d))
#$(foreach d,$(GIT_DIRS),$(call info-vcs-template,GIT_TMPL,$d)) #$(foreach d,$(GIT_DIRS),$(call info-vcs-template,GIT_TMPL,$d))