update Makefile and ignores

This commit is contained in:
Kai Tetzlaff (R&S) 2012-08-01 19:51:17 +02:00
parent 402a7dcb22
commit 9a70803c05
2 changed files with 17 additions and 16 deletions

View File

@ -42,6 +42,7 @@ ess/
emacswiki/
w3/
use-package/
dvc/
doxymacs/Makefile.in
doxymacs/aclocal.m4

View File

@ -67,6 +67,7 @@ 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))
#$(foreach d,$(GIT_DIRS),$(call info-vcs-template,GIT_TMPL,$d))
$(foreach d,$(BZR_DIRS),$(call eval-vcs-template,BZR_TMPL,$d))
$(foreach d,$(SVN_DIRS),$(call eval-vcs-template,SVN_TMPL,$d))
$(foreach d,$(CVS_DIRS),$(call eval-vcs-template,CVS_TMPL,$d))
@ -90,7 +91,7 @@ auctex/Makefile: auctex/configure Makefile
auctex: auctex/Makefile
$(MAKE) -C $(DIR-$@) clean
$(MAKE) -C $(DIR-$@) lisp info install\
EMACS="$(EMACS) --eval '(setq vc-handled-backends nil)'"
EMACS="'$(EMACS)' --eval '(setq vc-handled-backends nil)'"
# #########################################################################
@ -102,7 +103,7 @@ cd reftex:
$(MAKE) -C $(DIR-$@) lisp info install\
infodir=$(INFO_DIR)\
lispdir=$(LISP_DIR)/reftex\
EMACS="$(EMACS) --eval '(setq vc-handled-backends nil)'"
EMACS="'$(EMACS)' --eval '(setq vc-handled-backends nil)'"
# #########################################################################
@ -116,7 +117,7 @@ ess:
LISPDIR=$(LISP_DIR)/ess\
ETCDIR=$(LISP_DIR)/ess/etc\
INFODIR=$(INFO_DIR)\
EMACS="$(EMACS) --eval '(setq vc-handled-backends nil)'"
EMACS="'$(EMACS)' --eval '(setq vc-handled-backends nil)'"
# #########################################################################
@ -133,9 +134,9 @@ doxymacs/Makefile: doxymacs/configure Makefile
--with-lispdir=$(LISP_DIR)/doxymacs\
doxymacs: doxymacs/Makefile $(wildcard doxymacs/lisp/*.el)
echo $(MAKE) -C $(DIR-$@) clean
$(MAKE) -C $(DIR-$@) clean
$(MAKE) -C $(DIR-$@) all install\
EMACS=$(EMACS)\
EMACS="'$(EMACS)' --eval '(setq vc-handled-backends nil)'"\
# #########################################################################
@ -151,7 +152,7 @@ gnus/Makefile: gnus/configure
gnus: gnus/Makefile
$(MAKE) -C $(DIR-$@) clean
$(MAKE) -C $(DIR-$@) all\
EMACS="$(EMACS) --eval '(setq vc-handled-backends nil)'"\
EMACS="'$(EMACS)' --eval '(setq vc-handled-backends nil)'"\
# #########################################################################
@ -172,7 +173,7 @@ dvc: dvc/Makefile
-install-info --info-dir=$(INFO_DIR) --remove $(INFO_DIR)/dvc.info
$(MAKE) -C $(DIR-$@) clean
$(MAKE) -C $(DIR-$@) all install\
EMACS="$(EMACS) --eval '(setq vc-handled-backends nil)'"\
EMACS="'$(EMACS)' --eval '(setq vc-handled-backends nil)'"\
# #########################################################################
@ -187,7 +188,7 @@ org-mode:
lispdir=$(LISP_DIR)/org-mode\
datadir=$(DOT_DIR)/var/share
$(MAKE) -C $(DIR-$@) install install-info doc\
EMACS="$(EMACS) --eval '(setq vc-handled-backends nil)'"\
EMACS="'$(EMACS)' --eval '(setq vc-handled-backends nil)'"\
prefix=$(DOT_DIR)\
infodir=$(INFO_DIR)\
lispdir=$(LISP_DIR)/org-mode\
@ -207,7 +208,7 @@ apel:
-e 's@^\([^;].*\)/lisp/emu@\1/lisp/apel@'\
$(DIR-$@)/APEL-CFG.org > $(DIR-$@)/APEL-CFG
$(MAKE) -C $(DIR-$@) install\
EMACS=$(EMACS)\
EMACS="'$(EMACS)'"\
LISPDIR=$(LISP_DIR)
echo diff -u $(DIR-$@)/APEL-CFG.org $(DIR-$@)/APEL-CFG||exit 0&&exit 0
mv $(DIR-$@)/APEL-CFG.org $(DIR-$@)/APEL-CFG
@ -219,7 +220,7 @@ apel:
.PHONY: flim
flim:
$(MAKE) -C $(DIR-$@) install\
EMACS=$(EMACS)\
EMACS="'$(EMACS)'"\
PACKAGEDIR=$(DOT_DIR)\
PREFIX=$(LISP_DIR)\
LISPDIR=$(LISP_DIR)
@ -231,7 +232,7 @@ flim:
.PHONY: semi
semi:
$(MAKE) -C $(DIR-$@) install\
EMACS=$(EMACS)\
EMACS="'$(EMACS)'"\
PACKAGEDIR=$(DOT_DIR)\
PREFIX=$(LISP_DIR)\
LISPDIR=$(LISP_DIR)
@ -249,7 +250,7 @@ wanderlust:
-e 's@\"ja\" \"en\"@\"en\"@'\
$(DIR-$@)/WL-CFG.org > $(DIR-$@)/WL-CFG
$(MAKE) -C $(DIR-$@) install install-info\
EMACS=$(EMACS)\
EMACS="'$(EMACS)'"\
LISPDIR=$(LISP_DIR)\
INFODIR=$(INFO_DIR)\
PIXMAPDIR=$(LISP_DIR)/wl/icons
@ -269,7 +270,7 @@ $(ELISP_DIR)/emacs-jabber/Makefile: $(ELISP_DIR)/emacs-jabber/configure
emacs-jabber: $(ELISP_DIR)/emacs-jabber/Makefile
$(MAKE) -C $(DIR-$@) install\
EMACS=$(EMACS)\
EMACS="'$(EMACS)'"\
prefix=$(DOT_DIR)\
lispdir=$(LISP_DIR)/jabber\
infodir=$(INFO_DIR)\
@ -291,12 +292,11 @@ $(ELISP_DIR)/bbdb/Makefile :\
$(ELISP_DIR)/bbdb/lisp/Makefile.in\
$(ELISP_DIR)/bbdb/tex/Makefile.in
cd $(@D) && ./configure\
--with-emacs=$(EMACS)\
--datarootdir=$(DOT_DIR)\
--with-lispdir=$(LISP_DIR)/bbdb\
--with-texmf-dir=$(DOT_DIR)/var/texmf
bbdb: $(ELISP_DIR)/bbdb/Makefile
$(MAKE) -C $(DIR-$@) install
$(MAKE) -C $(DIR-$@) install EMACS='"$(EMACS)"'
# #########################################################################
@ -305,7 +305,7 @@ bbdb: $(ELISP_DIR)/bbdb/Makefile
.PHONY: w3
w3:
$(MAKE) -C $(DIR-$@) install\
EMACS=$(EMACS)\
EMACS="'$(EMACS)'"\
prefix=$(DOT_DIR)\
lispdir=$(LISP_DIR)/w3\
infodir=$(INFO_DIR)\