X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=Makefile.bc;h=4cbc7ac70a0e976878dd4f2153ee92d14ba0ae8c;hb=29e661110079bf0d047d34fa64f7a963d06b7522;hp=0cd841482da8f16dcfa5cc2d53d52303e05ede65;hpb=2267fa2a8b2e0ba2bb49ecb09b6d642897f27719;p=elisp%2Ftm.git diff --git a/Makefile.bc b/Makefile.bc index 0cd8414..4cbc7ac 100644 --- a/Makefile.bc +++ b/Makefile.bc @@ -1,12 +1,14 @@ # -# $Id: Makefile.bc,v 6.3 1995/05/17 07:00:54 morioka Exp morioka $ +# $Id: Makefile.bc,v 6.5 1995/06/26 08:08:51 morioka Exp morioka $ # TM_EL = signature.el \ tiny-mime.el tm-misc.el tm-$(EMACS_TYPE).el \ - tm-view.el tm-rich.el tm-ftp.el tm-latex.el tm-partial.el \ + tm-view.el \ + tm-rich.el richtext.el tinyrich.el \ + tm-ftp.el tm-latex.el tm-partial.el \ tm-rmail.el \ - tm-comp.el + tm-comp.el # tm-evs.el TM_ELC = ${TM_EL:el=elc} ALL_EL = $(TM_EL) tm-setup.el mime-setup.el @@ -15,9 +17,7 @@ TM_VM_ELC = ${TM_VM_EL:el=elc} BATCH = $(EMACS) -batch loadpath -f eval-current-buffer -CP = cp -p -MV = mv -f -RM = rm -f +RM = /bin/rm -f .SUFFIXES: .el .elc @@ -30,10 +30,8 @@ all: $(TM_ELC) $(TM_ELC): install: - test -d $(TMDIR) || mkdir $(TMDIR) - -cd $(TMDIR); chmod +w $(ALL_EL) - $(CP) $(ALL_EL) $(TMDIR) - $(MV) $(TM_ELC) $(TMDIR) + ./inst-el $(TMDIR) $(ALL_EL) + ./inst-elc $(TMDIR) $(TM_ELC) tm-vm: $(TM_VM_ELC) @@ -41,9 +39,8 @@ tm-vm: $(TM_VM_ELC) $(TM_VM_ELC): install-tm-vm: - -cd $(TMDIR); chmod +w $(TM_VM_EL) - $(CP) $(TM_VM_EL) $(TMDIR) - -$(MV) $(TM_VM_ELC) $(TMDIR) + ./inst-el $(TMDIR) $(TM_VM_EL) + ./inst-elc $(TMDIR) $(TM_VM_ELC) clean: