(browse-url-text-xterm): Unquote browse-url-text-browser.
[emacs.git] / admin / README
blob4dd14b335a387d35fcc70195c94915c6d95bf379
1 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
2   Free Software Foundation, Inc.
3 See the end of the file for license conditions.
6                          The admin directory
8 This directory contains scripts and other things useful for developing
9 and maintaining Emacs.  These files are not part of Emacs releases
10 because they are not deemed generally useful, and you have to know
11 what you do when using them.
14 * Instructions and scripts used to prepare an Emacs release.
16 ** FOR-RELEASE
18 Living list of activities that must be completed before the next release.
20 ** make-tarball.txt
22 Instructions to create pretest or release tarballs, annoucements, etc.
24 ** admin.el
26 Utilities for setting version numbers and alike.
28 ** make-announcement, make-changelog-diff
30 Scripts used to prepare release announcements.
33 * Scripts that can be used to build and test Emacs.
35 ** build-configs
37 Build Emacs in various configurations.
39 ** make-emacs
41 Build Emacs in various ways.
43 ** quick-install-emacs
45 Install emacs quickly (`incrementally').
47 ** alloc-color.c
49 A utility program that allocates a given number of colors on X.  Can
50 be used to debug Emacs with dense colormaps (PseudoColor).
52 ** check-doc-strings
54 Check doc strings against documentation.
56 ** cus-test.el
58 Tests for custom types and load problems.
60 ** diff-tar-files
62 Show files added/removed between two tar files.
64 ** revdiff
66 Get CVS diffs of files.
70 This file is part of GNU Emacs.
72 GNU Emacs is free software; you can redistribute it and/or modify
73 it under the terms of the GNU General Public License as published by
74 the Free Software Foundation; either version 3, or (at your option)
75 any later version.
77 GNU Emacs is distributed in the hope that it will be useful,
78 but WITHOUT ANY WARRANTY; without even the implied warranty of
79 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
80 GNU General Public License for more details.
82 You should have received a copy of the GNU General Public License
83 along with GNU Emacs; see the file COPYING.  If not, write to the
84 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
85 Boston, MA 02110-1301, USA.
87 Local variables:
88 mode: outline
89 paragraph-separate: "[  \f]*$"
90 end:
92 Brief description of sub-directories:
94 charsets                scripts for generating charset map files
95                         in ../etc/charsets
96 unidata                 scripts for generating character property files
97                         in ../lisp/international
99 # arch-tag: 812b9461-bc0a-46a7-925e-24bd41118463