Changeset 4220 for trunk/make-dist
- Timestamp:
- 04/04/08 22:04:40 (6 months ago)
- Files:
-
- trunk/make-dist (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/make-dist
r4196 r4220 8 8 9 9 # Copyright (C) 1995, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 10 # 2006, 2007 Free Software Foundation, Inc.10 # 2006, 2007, 2008 Free Software Foundation, Inc. 11 11 # 12 12 # This file is part of GNU Emacs. … … 14 14 # GNU Emacs is free software; you can redistribute it and/or modify 15 15 # it under the terms of the GNU General Public License as published by 16 # the Free Software Foundation; either version 2, or (at your option)16 # the Free Software Foundation; either version 3, or (at your option) 17 17 # any later version. 18 18 # … … 495 495 echo "Making links to \`nt'" 496 496 (cd nt 497 ln emacs. rc config.nt [a-z]*.c ../${tempdir}/nt497 ln emacs.manifest emacs.rc config.nt [a-z]*.c ../${tempdir}/nt 498 498 ln nmake.defs gmake.defs subdirs.el ../${tempdir}/nt 499 499 ln [a-z]*.bat [a-z]*.h ../${tempdir}/nt
