Changeset 4220 for trunk/lispintro/makefile.w32-in
- Timestamp:
- 04/04/08 22:04:40 (8 months ago)
- Files:
-
- trunk/lispintro/makefile.w32-in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lispintro/makefile.w32-in
r4190 r4220 1 1 #### -*- Makefile -*- for the Emacs Lisp Introduction manual. 2 2 3 # Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.3 # Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 4 4 5 5 # This file is part of GNU Emacs. … … 7 7 # GNU Emacs is free software; you can redistribute it and/or modify 8 8 # it under the terms of the GNU General Public License as published by 9 # the Free Software Foundation; either version 2, or (at your option)9 # the Free Software Foundation; either version 3, or (at your option) 10 10 # any later version. 11 11
