Changeset 3396

Show
Ignore:
Timestamp:
08/13/04 08:01:54 (4 years ago)
Author:
miyoshi
Message:

(install): Install the whole of this directory.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.2/lisp/ChangeLog.Meadow

    r3392 r3396  
     12004-08-13  MIYOSHI Masanori  <miyoshi@meadowy.org> 
     2 
     3        * makefile.nt (install): Install the whole of this directory. 
     4 
    152004-08-12  MIYOSHI Masanori  <miyoshi@meadowy.org> 
    26 
  • branches/2.2/lisp/makefile.nt

    r3207 r3396  
    254254        - $(DEL) $(INSTALL_DIR)\lisp\same-dir.tst 
    255255        echo SameDirTest > $(INSTALL_DIR)\lisp\same-dir.tst 
    256 !ifdef COPY_LISP_SOURCE 
    257         if not exist .\same-dir.tst $(CP_DIR) *.elc $(INSTALL_DIR)\lisp 
    258         if not exist .\same-dir.tst $(CP_DIR) *.el $(INSTALL_DIR)\lisp 
    259         if not exist .\same-dir.tst $(CP_DIR) *.xpm $(INSTALL_DIR)\lisp 
    260         if not exist .\same-dir.tst $(CP_DIR) *.pbm $(INSTALL_DIR)\lisp 
    261 !else 
    262         if not exist .\same-dir.tst $(CP_DIR) *.elc $(INSTALL_DIR)\lisp 
    263         if not exist .\same-dir.tst $(CP_DIR) *.xpm $(INSTALL_DIR)\lisp 
    264         if not exist .\same-dir.tst $(CP_DIR) *.pbm $(INSTALL_DIR)\lisp 
    265         if not exist .\same-dir.tst $(CP) cus-load.el $(INSTALL_DIR)\lisp 
    266         if not exist .\same-dir.tst $(CP) cus-start.el $(INSTALL_DIR)\lisp 
    267         if not exist .\same-dir.tst $(CP) emacs-lisp\cl-specs.el $(INSTALL_DIR)\lisp\emacs-lisp 
    268         if not exist .\same-dir.tst $(CP) eshell\esh-maint.el $(INSTALL_DIR)\lisp\eshell 
    269         if not exist .\same-dir.tst $(CP) eshell\esh-groups.el $(INSTALL_DIR)\lisp\eshell 
    270         if not exist .\same-dir.tst $(CP) finder-inf.el $(INSTALL_DIR)\lisp 
    271         if not exist .\same-dir.tst $(CP) forms*.el $(INSTALL_DIR)\lisp 
    272         if not exist .\same-dir.tst $(CP) generic-x.el $(INSTALL_DIR)\lisp 
    273         if not exist .\same-dir.tst $(CP) patcomp.el $(INSTALL_DIR)\lisp 
    274         if not exist .\same-dir.tst $(CP) subdirs.el $(INSTALL_DIR)\lisp 
    275         if not exist .\same-dir.tst $(CP) version.el $(INSTALL_DIR)\lisp 
    276         if not exist .\same-dir.tst $(CP) mail\blessmail.el $(INSTALL_DIR)\lisp\mail 
    277         if not exist .\same-dir.tst $(CP) play\bruce.el $(INSTALL_DIR)\lisp\play 
    278         if not exist .\same-dir.tst $(CP) international\latin-*.el $(INSTALL_DIR)\lisp\international 
    279         if not exist .\same-dir.tst $(CP) international\mule-conf.el $(INSTALL_DIR)\lisp\international 
     256#!ifdef COPY_LISP_SOURCE 
     257        if not exist .\same-dir.tst $(CP_DIR) . $(INSTALL_DIR)\lisp 
     258#!else 
     259#       if not exist .\same-dir.tst $(CP_DIR) *.elc $(INSTALL_DIR)\lisp 
     260#       if not exist .\same-dir.tst $(CP_DIR) *.xpm $(INSTALL_DIR)\lisp 
     261#       if not exist .\same-dir.tst $(CP_DIR) *.pbm $(INSTALL_DIR)\lisp 
     262#       if not exist .\same-dir.tst $(CP) cus-load.el $(INSTALL_DIR)\lisp 
     263#       if not exist .\same-dir.tst $(CP) cus-start.el $(INSTALL_DIR)\lisp 
     264#       if not exist .\same-dir.tst $(CP) emacs-lisp\cl-specs.el $(INSTALL_DIR)\lisp\emacs-lisp 
     265#       if not exist .\same-dir.tst $(CP) eshell\esh-maint.el $(INSTALL_DIR)\lisp\eshell 
     266#       if not exist .\same-dir.tst $(CP) eshell\esh-groups.el $(INSTALL_DIR)\lisp\eshell 
     267#       if not exist .\same-dir.tst $(CP) finder-inf.el $(INSTALL_DIR)\lisp 
     268#       if not exist .\same-dir.tst $(CP) forms*.el $(INSTALL_DIR)\lisp 
     269#       if not exist .\same-dir.tst $(CP) generic-x.el $(INSTALL_DIR)\lisp 
     270#       if not exist .\same-dir.tst $(CP) patcomp.el $(INSTALL_DIR)\lisp 
     271#       if not exist .\same-dir.tst $(CP) subdirs.el $(INSTALL_DIR)\lisp 
     272#       if not exist .\same-dir.tst $(CP) version.el $(INSTALL_DIR)\lisp 
     273#       if not exist .\same-dir.tst $(CP) mail\blessmail.el $(INSTALL_DIR)\lisp\mail 
     274#       if not exist .\same-dir.tst $(CP) play\bruce.el $(INSTALL_DIR)\lisp\play 
     275#       if not exist .\same-dir.tst $(CP) international\latin-*.el $(INSTALL_DIR)\lisp\international 
     276#       if not exist .\same-dir.tst $(CP) international\mule-conf.el $(INSTALL_DIR)\lisp\international 
     277# !endif 
     278        - $(DEL) ..\same-dir.tst 
    280279        - $(DEL) $(INSTALL_DIR)\lisp\same-dir.tst 
    281 !endif 
    282280 
    283281#