Show
Ignore:
Timestamp:
2008年04月04日 22時04分40秒 (5 months ago)
Author:
miyoshi
Message:

Sync up with Emacs22.2.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Makefile.in

    r4190 r4220  
    44 
    55# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 
    6 #   2001, 2002, 2003, 2004, 2005, 2006, 2007  Free Software Foundation, Inc. 
     6#   2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 
     7#   Free Software Foundation, Inc. 
    78 
    89# This file is part of GNU Emacs. 
     
    1011# GNU Emacs is free software; you can redistribute it and/or modify 
    1112# it under the terms of the GNU General Public License as published by 
    12 # the Free Software Foundation; either version 2, or (at your option) 
     13# the Free Software Foundation; either version 3, or (at your option) 
    1314# any later version. 
    1415 
     
    479480             |(cd $(DESTDIR)${docdir}; umask 022; tar -xvf - && cat > /dev/null) || exit 1; \ 
    480481           (cd $(DESTDIR)$(docdir); chown $${LOGNAME:-$$USERNAME} DOC*; chmod a+r DOC*; \ 
    481             if test "`echo DOC-*`" != "DOC-*"; then rm DOC; fi); \ 
     482            if test "`echo DOC-*`" != "DOC-*"; then rm -f DOC; fi); \ 
    482483        else true; fi 
    483484        -unset CDPATH; \