README 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. Copyright (C) 2001-2012 Free Software Foundation, Inc.
  2. See the end of the file for license conditions.
  3. The admin directory
  4. This directory contains scripts and other things useful for developing
  5. and maintaining Emacs. These files are not part of Emacs releases
  6. because they are not deemed generally useful, and you have to know
  7. what you do when using them.
  8. * Instructions and scripts used to prepare an Emacs release.
  9. ** FOR-RELEASE
  10. Living list of activities that must be completed before the next release.
  11. ** make-tarball.txt
  12. Instructions to create pretest or release tarballs, announcements, etc.
  13. ** admin.el
  14. Utilities for setting version numbers and alike.
  15. ** make-announcement, make-changelog-diff
  16. Scripts used to prepare release announcements.
  17. * Scripts that can be used to build and test Emacs.
  18. ** build-configs
  19. Build Emacs in various configurations.
  20. ** make-emacs
  21. Build Emacs in various ways.
  22. ** quick-install-emacs
  23. Install emacs quickly (`incrementally').
  24. ** alloc-colors.c
  25. A utility program that allocates a given number of colors on X. Can
  26. be used to debug Emacs with dense colormaps (PseudoColor).
  27. ** check-doc-strings
  28. Check doc strings against documentation.
  29. ** cus-test.el
  30. Tests for custom types and load problems.
  31. ** diff-tar-files
  32. Show files added/removed between two tar files.
  33. Brief description of sub-directories:
  34. charsets scripts for generating charset map files
  35. in ../etc/charsets
  36. unidata scripts for generating character property files
  37. in ../lisp/international
  38. This file is part of GNU Emacs.
  39. GNU Emacs is free software: you can redistribute it and/or modify
  40. it under the terms of the GNU General Public License as published by
  41. the Free Software Foundation, either version 3 of the License, or
  42. (at your option) any later version.
  43. GNU Emacs is distributed in the hope that it will be useful,
  44. but WITHOUT ANY WARRANTY; without even the implied warranty of
  45. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  46. GNU General Public License for more details.
  47. You should have received a copy of the GNU General Public License
  48. along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
  49. Local variables:
  50. mode: outline
  51. paragraph-separate: "[ ]*$"
  52. end: