Mercurial > emacs
comparison admin/quick-install-emacs @ 75454:682571982af6
Add FSF copyright and GPL.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 28 Jan 2007 00:05:32 +0000 |
parents | 65f7f7adff78 |
children | 450fa81c5930 f83d17e1ace6 |
comparison
equal
deleted
inserted
replaced
75453:4120972ec429 | 75454:682571982af6 |
---|---|
1 #!/bin/sh | 1 #!/bin/sh |
2 # quick-install-emacs -- do a halfway-decent job of installing emacs quickly | 2 ### quick-install-emacs --- do a halfway-decent job of installing emacs quickly |
3 # Written by Miles Bader <miles@gnu.org> | 3 |
4 | 4 ## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 |
5 # This script is mainly intended for emacs maintainer or pretesters who | 5 ## Free Software Foundation, Inc. |
6 # install emacs very often. See the --help output for more details. | 6 |
7 ## Author: Miles Bader <miles@gnu.org> | |
8 | |
9 ## This file is part of GNU Emacs. | |
10 | |
11 ## GNU Emacs is free software; you can redistribute it and/or modify | |
12 ## it under the terms of the GNU General Public License as published by | |
13 ## the Free Software Foundation; either version 2, or (at your option) | |
14 ## any later version. | |
15 | |
16 ## GNU Emacs is distributed in the hope that it will be useful, | |
17 ## but WITHOUT ANY WARRANTY; without even the implied warranty of | |
18 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
19 ## GNU General Public License for more details. | |
20 | |
21 ## You should have received a copy of the GNU General Public License | |
22 ## along with GNU Emacs; see the file COPYING. If not, write to the | |
23 ## Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | |
24 ## Boston, MA 02110-1301, USA. | |
25 | |
26 ### Commentary: | |
27 | |
28 ## This script is mainly intended for emacs maintainer or pretesters who | |
29 ## install emacs very often. See the --help output for more details. | |
30 | |
7 | 31 |
8 PUBLIC_LIBSRC_BINARIES='b2m emacsclient etags ctags ebrowse' | 32 PUBLIC_LIBSRC_BINARIES='b2m emacsclient etags ctags ebrowse' |
9 PUBLIC_LIBSRC_SCRIPTS='grep-changelog rcs-checkin' | 33 PUBLIC_LIBSRC_SCRIPTS='grep-changelog rcs-checkin' |
10 | 34 |
11 AVOID="CVS -DIC README COPYING ChangeLog ~ [.]orig$ [.]rej$ Makefile makefile stamp-subdir [.]cvsignore [.]arch-ids [{]arch[}] [.][cho]$ make-docfile testfile test-distrib" | 35 AVOID="CVS -DIC README COPYING ChangeLog ~ [.]orig$ [.]rej$ Makefile makefile stamp-subdir [.]cvsignore [.]arch-ids [{]arch[}] [.][cho]$ make-docfile testfile test-distrib" |