Mercurial > emacs
comparison msdos/mainmake @ 88155:d7ddb3e565de
sync with trunk
author | Henrik Enberg <henrik.enberg@telia.com> |
---|---|
date | Mon, 16 Jan 2006 00:03:54 +0000 |
parents | 23a1cea22d13 |
children |
comparison
equal
deleted
inserted
replaced
88154:8ce476d3ba36 | 88155:d7ddb3e565de |
---|---|
1 # Copyright (C) 1993,1994,1995,1996,2001 Free Software Foundation, Inc. | 1 # Copyright (C) 1993, 1994, 1995, 1996, 2001, 2002, 2003, 2004, |
2 # 2005 Free Software Foundation, Inc. | |
2 | 3 |
3 # This file is part of GNU Emacs. | 4 # This file is part of GNU Emacs. |
4 | 5 |
5 # GNU Emacs is free software; you can redistribute it and/or modify | 6 # GNU Emacs is free software; you can redistribute it and/or modify |
6 # it under the terms of the GNU General Public License as published by | 7 # it under the terms of the GNU General Public License as published by |
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
13 # GNU General Public License for more details. | 14 # GNU General Public License for more details. |
14 | 15 |
15 # You should have received a copy of the GNU General Public License | 16 # You should have received a copy of the GNU General Public License |
16 # along with GNU Emacs; see the file COPYING. If not, write to | 17 # along with GNU Emacs; see the file COPYING. If not, write to |
17 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 # the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
18 # Boston, MA 02111-1307, USA. | 19 # Boston, MA 02110-1301, USA. |
19 | 20 |
20 # make all to compile and build Emacs. | 21 # make all to compile and build Emacs. |
21 # make install to install it. | 22 # make install to install it. |
22 # make TAGS to update tags tables. | 23 # make TAGS to update tags tables. |
23 # | 24 # |
91 $(MAKE) clean | 92 $(MAKE) clean |
92 cd .. | 93 cd .. |
93 cd oldxmenu | 94 cd oldxmenu |
94 -$(MAKE) clean | 95 -$(MAKE) clean |
95 cd .. | 96 cd .. |
97 | |
98 # arch-tag: d5a489bc-818e-4c3c-8040-b5205ed0602f |