1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00
emacs/admin
Glenn Morris 4dde498bce Remove the autogen/ directory
Ref: http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00806.html

* autogen: Remove directory.  Move update_autogen to admin/.
* autogen.sh: Remove reference to copy_autogen.
* GNUmakefile (configure):
* Makefile.in (bootstrap): Do not try to run copy_autogen.
* config.bat: Use msdos/autogen rather than autogen.

* admin/update_autogen: Move here from ../autogen.
(usage): Update.  Remove -l, add -A.
(autogendir): New variable.
(ldefs_flag): Default to set.
(genfiles): Reduce to only ms-dos relevant files.
(main): Make checking autogen sources optional.
Make copying of autogen files optional.

* msdos/autogen/config.in:
* msdos/autogen/Makefile.in: Move here from ../autogen.

* nt/INSTALL: Remove reference to copy_autogen.

* nt/config.nt: Comment.
2013-11-04 23:54:03 -08:00
..
charsets
coccinelle
grammars Merge from CEDET upstream (8564). 2013-06-02 15:33:09 +02:00
notes * admin/notes/elpa: Update to the new Git setup. 2013-08-29 15:20:42 -04:00
nt Update location of Emacs on MS Windows FAQ 2013-08-27 15:40:24 -04:00
unidata Fix up previous admin/unidata clean rules 2013-10-30 09:45:51 -07:00
admin.el * doc/misc/efaq.texi: Rename from faq.texi, to match its output files. 2013-08-27 13:19:04 -04:00
alloc-colors.c
build-configs
bzrmerge.el Merge from emacs-24 2013-03-16 18:08:22 -04:00
ChangeLog Remove the autogen/ directory 2013-11-04 23:54:03 -08:00
check-doc-strings
CPP-DEFINES Remove some unused macros from 'configure'. 2013-07-02 09:56:29 -07:00
cus-test.el Fix some custom types 2013-08-13 00:42:51 -07:00
diff-tar-files
FOR-RELEASE Checked TUTORIAL.cn. 2013-09-20 18:22:20 +08:00
MAINTAINERS
make-emacs
make-tarball.txt Stop keeping etc/refcards generated PDFs in the repository 2013-08-14 23:38:44 -07:00
merge-gnulib Improve support for popcount and counting trailing zeros. 2013-10-07 14:37:19 -07:00
quick-install-emacs Use just DOC instead of DOC-nn.mm. 2013-05-15 16:12:53 -04:00
README
update_autogen Remove the autogen/ directory 2013-11-04 23:54:03 -08:00

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Copyright (C) 2001-2013 Free Software Foundation, Inc.
See the end of the file for license conditions.


			 The admin directory

This directory contains scripts and other things useful for developing
and maintaining Emacs.  These files are not part of Emacs releases
because they are not deemed generally useful, and you have to know
what you do when using them.


* Instructions and scripts used to prepare an Emacs release.

** FOR-RELEASE

Living list of activities that must be completed before the next release.

** make-tarball.txt

Instructions to create pretest or release tarballs, announcements, etc.

** admin.el

Utilities for setting version numbers and alike.


* Scripts that can be used to build and test Emacs.

** build-configs

Build Emacs in various configurations.

** make-emacs

Build Emacs in various ways.

** quick-install-emacs

Install emacs quickly (`incrementally').

** alloc-colors.c

A utility program that allocates a given number of colors on X.  Can
be used to debug Emacs with dense colormaps (PseudoColor).

** check-doc-strings

Check doc strings against documentation.

** cus-test.el

Tests for custom types and load problems.

** diff-tar-files

Show files added/removed between two tar files.


Brief description of sub-directories:

charsets		scripts for generating charset map files
			in ../etc/charsets
unidata			scripts for generating character property files
			in ../lisp/international


This file is part of GNU Emacs.

GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.

Local variables:
mode: outline
paragraph-separate: "[ 	]*$"
end: