From c311217377284ee655f1c94a18a7e877a76c2a29 Mon Sep 17 00:00:00 2001 From: Kai Tetzlaff Date: Sun, 12 May 2013 12:33:40 +0200 Subject: [PATCH] add htmlize, add post_init commands for emacswiki --- .hgignore | 1 + Makefile | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.hgignore b/.hgignore index b349f08..b6b1566 100644 --- a/.hgignore +++ b/.hgignore @@ -44,6 +44,7 @@ w3/ use-package/ dvc/ yaml-mode/ +htmlize/ doxymacs/Makefile doxymacs/Makefile.in diff --git a/Makefile b/Makefile index c40bacd..0cbdefa 100644 --- a/Makefile +++ b/Makefile @@ -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