add htmlize, add post_init commands for emacswiki
This commit is contained in:
parent
fcf7adaa31
commit
c311217377
@ -44,6 +44,7 @@ w3/
|
|||||||
use-package/
|
use-package/
|
||||||
dvc/
|
dvc/
|
||||||
yaml-mode/
|
yaml-mode/
|
||||||
|
htmlize/
|
||||||
|
|
||||||
doxymacs/Makefile
|
doxymacs/Makefile
|
||||||
doxymacs/Makefile.in
|
doxymacs/Makefile.in
|
||||||
|
|||||||
7
Makefile
7
Makefile
@ -17,7 +17,10 @@ $(call include-once,$(MK_DIR)/emacsd-defs.mk)
|
|||||||
|
|
||||||
GIT_DIRS += emacswiki
|
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 = 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
|
GIT_DIRS += use-package
|
||||||
URL-use-package := https://github.com/jwiegley/use-package.git
|
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
|
GIT_DIRS += doxymacs
|
||||||
URL-doxymacs := git://doxymacs.git.sourceforge.net/gitroot/doxymacs/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
|
SVN_DIRS += ess
|
||||||
URL-ess := https://svn.r-project.org/ESS/trunk
|
URL-ess := https://svn.r-project.org/ESS/trunk
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user