diff --git a/.gitignore b/.gitignore index 0e2bba6..fdcfa59 100644 --- a/.gitignore +++ b/.gitignore @@ -44,6 +44,7 @@ /htmlize/ /emacs-jabber/ /auctex/ +/sunrise-commander/ doxymacs/Makefile doxymacs/Makefile.in diff --git a/Makefile b/Makefile index acd84e8..4bba50f 100755 --- a/Makefile +++ b/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))