adding yaml-mode

This commit is contained in:
Kai Tetzlaff 2012-11-05 07:48:53 +01:00
parent aa73284e61
commit fcf7adaa31
2 changed files with 14 additions and 0 deletions

View File

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

View File

@ -22,6 +22,9 @@ post_init_cmd-emacswiki = cd $(@D) && git checkout -b master origin/master
GIT_DIRS += use-package
URL-use-package := https://github.com/jwiegley/use-package.git
GIT_DIRS += yaml-mode
URL-yaml-mode := https://github.com/yoshiki/yaml-mode.git
#GIT_DIRS += apel
URL-apel := http://github.com/wanderlust/apel.git
@ -265,6 +268,16 @@ w3: w3/Makefile
$(MAKE) -C $(DIR-$@) install
# #########################################################################
# yaml-mode
# #########################################################################
.PHONY: yaml-mode
yaml-mode:
$(MAKE) -C $(DIR-$@) install\
EMACS=$(EMACS)\
INSTALLLIBDIR=$(LISP_DIR)\
# #########################################################################
# apel
# #########################################################################