Use gnus from emacs, remove dvc, small other improvements
This commit is contained in:
parent
3a129bac20
commit
0e1b6300a6
21
Makefile
21
Makefile
@ -6,12 +6,11 @@ endif
|
|||||||
|
|
||||||
all: elisp-all
|
all: elisp-all
|
||||||
|
|
||||||
elisp-all: org-mode gnus dvc auctex sunrise-commander
|
elisp-all: org-mode auctex sunrise-commander
|
||||||
#elisp-all: ess
|
#elisp-all: ess
|
||||||
#apel flim semi wanderlust
|
#apel flim semi wanderlust
|
||||||
|
|
||||||
update: updaterepos
|
update: initrepos updaterepos
|
||||||
|
|
||||||
|
|
||||||
$(call include-once,$(MK_DIR)/vcs.mk)
|
$(call include-once,$(MK_DIR)/vcs.mk)
|
||||||
$(call include-once,$(MK_DIR)/emacsd-defs.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
|
GIT_DIRS += org-mode
|
||||||
URL-org-mode := http://orgmode.org/org-mode.git
|
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
|
#GIT_DIRS += gnus
|
||||||
URL-gnus := http://git.gnus.org/gnus.git
|
#URL-gnus := http://git.gnus.org/gnus.git
|
||||||
|
|
||||||
#GIT_DIRS += w3
|
#GIT_DIRS += w3
|
||||||
#URL-w3 := http://git.savannah.gnu.org/r/w3.git
|
#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
|
GIT_DIRS += sunrise-commander
|
||||||
URL-sunrise-commander := https://github.com/escherdragon/sunrise-commander.git
|
URL-sunrise-commander := https://github.com/escherdragon/sunrise-commander.git
|
||||||
|
|
||||||
BZR_DIRS += dvc
|
#BZR_DIRS += dvc
|
||||||
URL-dvc := http://bzr.xsteve.at/dvc
|
#URL-dvc := http://bzr.xsteve.at/dvc
|
||||||
|
|
||||||
$(foreach d,$(HG_DIRS) ,$(call eval-vcs-template,HG_TMPL,$d))
|
$(foreach d,$(HG_DIRS) ,$(call eval-vcs-template,HG_TMPL,$d))
|
||||||
$(foreach d,$(GIT_DIRS),$(call eval-vcs-template,GIT_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\
|
--libexecdir=$(LISP_DIR)/w3/bin\
|
||||||
--datadir=$(DOT_DIR)/share\
|
--datadir=$(DOT_DIR)/share\
|
||||||
--infodir=$(INFO_DIR)\
|
--infodir=$(INFO_DIR)\
|
||||||
--with-gnus=$(ELISP_DIR)/gnus\
|
|
||||||
|
# --with-gnus=$(ELISP_DIR)/gnus\
|
||||||
|
|
||||||
w3: w3/Makefile
|
w3: w3/Makefile
|
||||||
$(MAKE) -C $(DIR-$@) install
|
$(MAKE) -C $(DIR-$@) install
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user