Changeset 3560

Show
Ignore:
Timestamp:
2004年11月28日 01時21分03秒 (4 years ago)
Author:
kit
Message:

* makefile.nt (DOC): use makefile instead of makefile.nt
(bootstrap-temacs): Ditto.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.1/src/ChangeLog.Meadow

    r3545 r3560  
     12004-11-28  Shuichi KITAGUCHI  <kit@meadowy.org> 
     2 
     3        * makefile.nt (DOC): use makefile instead of makefile.nt 
     4        (bootstrap-temacs): Ditto. 
     5 
    162004-11-13  MIYOSHI Masanori  <miyoshi@meadowy.org> 
    27 
  • branches/2.1/src/makefile.nt

    r3020 r3560  
    266266$(DOC):;        cd ..\lib-src 
    267267                - $(DEL) DOC-X 
    268                 $(MAKE) $(MFLAGS) -f makefile.nt all 
     268                $(MAKE) $(MFLAGS) -f makefile all 
    269269                cd ..\src 
    270270 
     
    344344# 
    345345bootstrap-temacs: bootstrap-clean 
    346                 $(MAKE) $(MFLAGS) -f makefile.nt temacs BOOTSTRAP=1 
     346                $(MAKE) $(MFLAGS) -f makefile temacs BOOTSTRAP=1 
    347347 
    348348#