| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Makefile.in (emacs.dvi): Add xresmini.texi
|
|
|
|
|
|
|
| |
(EMACS_XTRA): New variable, lists the new *-xtra.texi files.
(EMACSSOURCES): Use EMACS_XTRA.
($(infodir)/emacs-xtra): Remove.
(emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Creator: Michael Olson <mwolson@gnu.org>
Install ERC.
|
|
|
|
| |
(INFO_TARGETS, DVI_TARGETS): Add rcirc.
|
| |
|
|
|
|
| |
(../info/newsticker, newsticker.dvi): New targets.
|
| |
|
|
|
|
| |
($(infodir)/dir): New target, produced by running multi-install-info.bat.
|
| |
|
|
|
|
|
| |
(INFO_TARGETS, DVI_TARGETS): Make identical to the lists in Makefile.in.
(gnus.dvi): Use "..." to quote Sed args, so that it works with more shells.
|
| |
|
|
|
|
| |
(org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Merge from emacs--gnus--5.10, gnus--rel--5.10
Patches applied:
* miles@gnu.org--gnu-2004/emacs--gnus--5.10--base-0
tag of miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-464
* miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-1
Import from CVS branch gnus-5_10-branch
* miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-2
Merge from lorentey@elte.hu--2004/emacs--multi-tty--0, emacs--cvs-trunk--0
* miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-3
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-4
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-18
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-19
Remove autoconf-generated files from archive
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-20
Update from CVS
|
| |
|
|
|
|
|
| |
($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
(clean): Add emacs-xtra and flymake. Remove redundancies.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Tweak arch tagging to make build/install-in-place less annoying
Previously, autoconf-created Makefiles and the like would contain
duplicate taglines (unfortunately, autoconf doesn't seem to have a
`strip in generated file' comment mechanism) leading to conflicts, and
installing in place would create unknown directories and copies of
source directories (leading to conflicts with the source directories).
This changeset makes all autoconf-processed files use explicit id-tags
and adds .arch-inventory entries to ignore installation directories.
|
|
|
|
| |
(INFO_TARGETS, DVI_TARGETS): Add Flymake.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
$(DEL) instead of rm, and ignore exit code.
* lispintro/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
$(DEL) instead of rm, and ignore exit code.
* lispref/makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
rm, and ignore exit code.
|
| |
|
| |
|
|
|