Changeset 4220 for trunk/Makefile.in
- Timestamp:
- 2008年04月04日 22時04分40秒 (5 months ago)
- Files:
-
- trunk/Makefile.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Makefile.in
r4190 r4220 4 4 5 5 # 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. 7 8 8 9 # This file is part of GNU Emacs. … … 10 11 # GNU Emacs is free software; you can redistribute it and/or modify 11 12 # 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) 13 14 # any later version. 14 15 … … 479 480 |(cd $(DESTDIR)${docdir}; umask 022; tar -xvf - && cat > /dev/null) || exit 1; \ 480 481 (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); \ 482 483 else true; fi 483 484 -unset CDPATH; \
