From 0e1b6300a6107ea0190e9c64b7aeb28bfa8da577 Mon Sep 17 00:00:00 2001 From: Kai Tetzlaff Date: Fri, 27 Jan 2017 07:54:18 +0100 Subject: [PATCH] Use gnus from emacs, remove dvc, small other improvements --- Makefile | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 580e69b..fe3ece8 100755 --- a/Makefile +++ b/Makefile @@ -6,12 +6,11 @@ endif all: elisp-all -elisp-all: org-mode gnus dvc auctex sunrise-commander +elisp-all: org-mode auctex sunrise-commander #elisp-all: ess #apel flim semi wanderlust -update: updaterepos - +update: initrepos updaterepos $(call include-once,$(MK_DIR)/vcs.mk) $(call include-once,$(MK_DIR)/emacsd-defs.mk) @@ -47,9 +46,14 @@ URL-yaml-mode := https://github.com/yoshiki/yaml-mode.git GIT_DIRS += org-mode URL-org-mode := http://orgmode.org/org-mode.git +ifeq (${HOSTENV},w32) + post_clone_cmd-emacswiki :=\ + cd org-mode &&\ + git config core.filemode false +endif -GIT_DIRS += gnus -URL-gnus := http://git.gnus.org/gnus.git +#GIT_DIRS += gnus +#URL-gnus := http://git.gnus.org/gnus.git #GIT_DIRS += w3 #URL-w3 := http://git.savannah.gnu.org/r/w3.git @@ -75,8 +79,8 @@ URL-htmlize := http://github.com/emacsmirror/htmlize.git GIT_DIRS += sunrise-commander URL-sunrise-commander := https://github.com/escherdragon/sunrise-commander.git -BZR_DIRS += dvc -URL-dvc := http://bzr.xsteve.at/dvc +#BZR_DIRS += dvc +#URL-dvc := http://bzr.xsteve.at/dvc $(foreach d,$(HG_DIRS) ,$(call eval-vcs-template,HG_TMPL,$d)) $(foreach d,$(GIT_DIRS),$(call eval-vcs-template,GIT_TMPL,$d)) @@ -268,7 +272,8 @@ w3/Makefile : $(MAKEFILE_LIST)\ --libexecdir=$(LISP_DIR)/w3/bin\ --datadir=$(DOT_DIR)/share\ --infodir=$(INFO_DIR)\ - --with-gnus=$(ELISP_DIR)/gnus\ + +# --with-gnus=$(ELISP_DIR)/gnus\ w3: w3/Makefile $(MAKE) -C $(DIR-$@) install