add htmlize, add post_init commands for emacswiki

This commit is contained in:
Kai Tetzlaff 2013-05-12 12:33:40 +02:00
parent fcf7adaa31
commit c311217377
2 changed files with 7 additions and 1 deletions

View File

@ -44,6 +44,7 @@ w3/
use-package/
dvc/
yaml-mode/
htmlize/
doxymacs/Makefile
doxymacs/Makefile.in

View File

@ -17,7 +17,10 @@ $(call include-once,$(MK_DIR)/emacsd-defs.mk)
GIT_DIRS += emacswiki
URL-emacswiki := https://github.com/emacsmirror/emacswiki.org.git
post_init_cmd-emacswiki = cd $(@D) && git checkout -b master origin/master
post_init_cmd-emacswiki =\
cd $(@D) &&\
git config core.sparsecheckout &&\
git checkout -b master origin/master
GIT_DIRS += use-package
URL-use-package := https://github.com/jwiegley/use-package.git
@ -55,6 +58,8 @@ URL-emacs-jabber := git://emacs-jabber.git.sourceforge.net/gitroot/emacs-jabber/
GIT_DIRS += doxymacs
URL-doxymacs := git://doxymacs.git.sourceforge.net/gitroot/doxymacs/doxymacs
GIT_DIRS += htmlize
URL-htmlize := http://fly.srk.fer.hr/~hniksic/emacs/htmlize.git
SVN_DIRS += ess
URL-ess := https://svn.r-project.org/ESS/trunk