update emacswiki clone recipe

This commit is contained in:
Kai Tetzlaff (NSN/LinSEE) 2013-09-24 13:38:24 +02:00
parent e8b70c80a8
commit 0b8cd4a80b

13
Makefile Normal file → Executable file
View File

@ -6,7 +6,8 @@ endif
all: elisp-all all: elisp-all
elisp-all: ess org-mode gnus dvc auctex reftex elisp-all: org-mode gnus dvc auctex reftex
#elisp-all: ess org-mode gnus dvc auctex reftex
#apel flim semi wanderlust #apel flim semi wanderlust
update: updaterepos update: updaterepos
@ -19,8 +20,10 @@ GIT_DIRS += emacswiki
URL-emacswiki := https://github.com/emacsmirror/emacswiki.org.git URL-emacswiki := https://github.com/emacsmirror/emacswiki.org.git
post_init_cmd-emacswiki =\ post_init_cmd-emacswiki =\
cd $(@D) &&\ cd $(@D) &&\
git config core.sparsecheckout &&\ git config core.sparsecheckout true &&\
git checkout -b master origin/master echo '!*' > .git/info/sparse-checkout &&\
echo '*.el' >> .git/info/sparse-checkout &&\
git read-tree -mu HEAD
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
@ -61,8 +64,8 @@ URL-doxymacs := git://doxymacs.git.sourceforge.net/gitroot/doxymacs/doxymacs
GIT_DIRS += htmlize GIT_DIRS += htmlize
URL-htmlize := http://fly.srk.fer.hr/~hniksic/emacs/htmlize.git URL-htmlize := http://fly.srk.fer.hr/~hniksic/emacs/htmlize.git
SVN_DIRS += ess #SVN_DIRS += ess
URL-ess := https://svn.r-project.org/ESS/trunk #URL-ess := https://svn.r-project.org/ESS/trunk
CVS_DIRS += auctex CVS_DIRS += auctex