Mercurial > emacs
comparison lispintro/Makefile.in @ 88155:d7ddb3e565de
sync with trunk
author | Henrik Enberg <henrik.enberg@telia.com> |
---|---|
date | Mon, 16 Jan 2006 00:03:54 +0000 |
parents | 1c3aa4632040 |
children |
comparison
equal
deleted
inserted
replaced
88154:8ce476d3ba36 | 88155:d7ddb3e565de |
---|---|
1 #### Makefile for the Emacs Lisp Introduction manual | 1 #### Makefile for the Emacs Lisp Introduction manual |
2 | 2 |
3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. | 3 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, |
4 # 2003, 2004, 2005 Free Software Foundation, Inc. | |
4 | 5 |
5 # This file is part of GNU Emacs. | 6 # This file is part of GNU Emacs. |
6 | 7 |
7 # GNU Emacs is free software; you can redistribute it and/or modify | 8 # GNU Emacs is free software; you can redistribute it and/or modify |
8 # it under the terms of the GNU General Public License as published by | 9 # it under the terms of the GNU General Public License as published by |
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
15 # GNU General Public License for more details. | 16 # GNU General Public License for more details. |
16 | 17 |
17 # You should have received a copy of the GNU General Public License | 18 # You should have received a copy of the GNU General Public License |
18 # along with GNU Emacs; see the file COPYING. If not, write to | 19 # along with GNU Emacs; see the file COPYING. If not, write to |
19 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 20 # the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
20 # Boston, MA 02111-1307, USA. | 21 # Boston, MA 02110-1301, USA. |
21 | 22 |
22 SHELL = @SHELL@ | 23 SHELL = @SHELL@ |
23 | 24 |
24 srcdir = @srcdir@ | 25 srcdir = @srcdir@ |
25 VPATH = @srcdir@ | 26 VPATH = @srcdir@ |