Changeset 398

Show
Ignore:
Timestamp:
2003年08月07日 19時04分26秒 (5 years ago)
Author:
kose
Message:

* mew/Makefile.pkg (PKG_VERSION): set 2.
Add mew.dot.mew, mew.dot.emacs, auto-autoloads.el.
* mew/mew.dot.mew: New file.
* mew/mew.dot.emacs: New file.
* mew/auto-autoloads.el: New file.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/pkginfo/ChangeLog

    r397 r398  
    112003-08-07  KOSEKI Yoshinori  <kose@meadowy.org> 
     2 
     3        * mew/Makefile.pkg (PKG_VERSION): set 2. 
     4        Add mew.dot.mew, mew.dot.emacs, auto-autoloads.el. 
     5        * mew/mew.dot.mew: New file. 
     6        * mew/mew.dot.emacs: New file. 
     7        * mew/auto-autoloads.el: New file. 
    28 
    39        * setup.ini (ell-1.0-1-pkg.tar.gz): [Curr] Release. 
  • trunk/pkginfo/mew/Makefile.pkg

    r388 r398  
    1616# 2003/6/23 released. 
    1717PKG=mew-3.3 
    18 PKG_VERSION=1 
     18PKG_VERSION=2 
    1919BASE=mew 
    2020#PKG_URL=ftp://ftp.mew.org/pub/Mew/beta 
     
    7878        wget $(PKGINFO_URL)/$(BASE)/Makefile.pkg \ 
    7979                $(PKGINFO_URL)/$(BASE)/install-info.bat; \ 
     80                $(PKGINFO_URL)/$(BASE)/auto-autoloads.el; \ 
     81                $(PKGINFO_URL)/$(BASE)/mew.dot.emacs; \ 
     82                $(PKGINFO_URL)/$(BASE)/mew.dot.mew 
    8083        echo $(PKG_PKGINFO) > _pkginfo) 
    8184        for F in 00api 00changes 00changes.0 00changes.1 00changes.2 00copyright 00copyright.jis 00diff 00readme 00roadmap; do \