Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b0a21bf9
Commit
b0a21bf9
authored
Dec 21, 2001
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add info about the `leim' directory
parent
077bea6c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
41 additions
and
22 deletions
+41
-22
ChangeLog
ChangeLog
+15
-0
README
README
+26
-22
No files found.
ChangeLog
View file @
b0a21bf9
2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
These changes make Leim part of the standard distribution:
* README: Add info about the `leim' directory
* INSTALL: Remove text that describes Leim as a separate package.
* noleim-Makefile.in: File removed.
* make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
Leim files out of the Emacs tree. Don't prepare a separate tarball
for Leim.
2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
* configure: Regenerated.
...
...
README
View file @
b0a21bf9
...
...
@@ -52,31 +52,35 @@ this script will help you distribute your version to others.
There are several subdirectories:
`src' holds the C code for Emacs (the Emacs Lisp interpreter and its
primitives, the redisplay code, and some basic editing functions).
`lisp' holds the Emacs Lisp code for Emacs (most everything else).
`lib-src' holds the source code for some utility programs for use by
or with Emacs, like movemail and etags.
`etc' holds miscellaneous architecture-independent data files
Emacs uses, like the tutorial text and the Zippy the Pinhead quote
database. The contents of the `lisp', `info', `man', and `lispref'
subdirectories are architecture-independent too.
`info' holds the Info documentation tree for Emacs.
`man' holds the source code for the Emacs Manual. If you modify the
manual sources, you will need the `makeinfo' program to produce
an updated manual. `makeinfo' is part of the GNU Texinfo
package; you need version 4.0 or later of Texinfo.
`lispref' holds the source code for the Emacs Lisp reference manual.
`src' holds the C code for Emacs (the Emacs Lisp interpreter and
its primitives, the redisplay code, and some basic editing
functions).
`lisp' holds the Emacs Lisp code for Emacs (most everything else).
`leim' holds the library of Emacs input methods, Lisp code and
auxiliary data files required to type international characters
which can't be directly produced by your keyboard.
`lib-src' holds the source code for some utility programs for use by or
with Emacs, like movemail and etags.
`etc' holds miscellaneous architecture-independent data files
Emacs uses, like the tutorial text and the Zippy the Pinhead
quote database. The contents of the `lisp', `leim', `info',
`man', `lispref', and `lispintro' subdirectories are
architecture-independent too.
`info' holds the Info documentation tree for Emacs.
`man' holds the source code for the Emacs Manual. If you modify the
manual sources, you will need the `makeinfo' program to produce
an updated manual. `makeinfo' is part of the GNU Texinfo
package; you need version 4.0 or later of Texinfo.
`lispref' holds the source code for the Emacs Lisp reference manual.
`lispintro' holds the source code for the Introduction to Programming
in Emacs Lisp manual.
`msdos' holds configuration files for compiling Emacs under MSDOG.
`vms' holds instructions and useful files for running Emacs under VMS.
`nt' holds various command files and documentation files that pertain
to running Emacs on Windows
NT
.
`mac' holds instructions, sources, and other useful files for building
and running Emacs on the Mac.
`msdos'
holds configuration files for compiling Emacs under MSDOG.
`vms'
holds instructions and useful files for running Emacs under VMS.
`nt'
holds various command files and documentation files that pertain
to
building and
running Emacs on Windows
9X/ME/NT/2000/XP
.
`mac'
holds instructions, sources, and other useful files for building
and running Emacs on the Mac.
Building Emacs on non-Posix platforms requires to install tools
that aren't part of the standard distribution of the OS. The
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment