-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.master
More file actions
37 lines (25 loc) · 1.17 KB
/
README.master
File metadata and controls
37 lines (25 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
This directory contains the master development copy of emacs.
The subdirectories are organized as follows:
src The master development source. The source has code for all
flavors of Unix and for full Emacs and Minimacs; the proper
code is conditionally compiled according to switches in
config.h that identify the system type and that select
full/mini emacs.
bin Executable binaries
databases Databases and auxiliary text files (startup.txt, news.txt,
etc)
maclib Mlisp source files
man User manuals, reference manuals, man pages, etc.
doc Emacs documentation, Installation Guide, Release Notes, etc.
src.* Experimental sources. Each of these directories contains a
full set of sources, but most of the files are only
symbolic links to the real files in src. Only the files
that are changed in the experiment are really files in the
directory. The script mkxdir creates such a virgin
experimental directory. The changes can be merged into the
master, or not, when the experiment is over.
minisrc The master develpment source for Minimacs. Most of these
files are links to files in src. The only files that are
not are:
Makefile
version.c