summaryrefslogtreecommitdiff
path: root/man/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* (EMACSSOURCES): Add gpl.texi.Glenn Morris2007-07-271-0/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (../info/emacs-mime): Use --enable-encoding.Eli Zaretskii2007-07-131-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Remove xresmini.texiJan Djärv2006-11-181-1/+1
|
* makefile.w32-in (emacs.dvi):Eli Zaretskii2006-05-061-1/+1
| | | | Makefile.in (emacs.dvi): Add xresmini.texi
* (INFO_TARGETS): Remove ../info/emacs-xtra.Eli Zaretskii2006-05-061-5/+16
| | | | | | | (EMACS_XTRA): New variable, lists the new *-xtra.texi files. (EMACSSOURCES): Use EMACS_XTRA. (../info/emacs-xtra): Remove. (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
* * Makefile.in: Remove picture.texi.Chong Yidong2006-03-161-1/+0
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-051-1/+1
|
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-22Miles Bader2006-01-291-2/+7
| | | | | | Creator: Michael Olson <mwolson@gnu.org> Install ERC.
* (../info/rcirc, rcirc.dvi): New targets.Eli Zaretskii2006-01-271-2/+7
| | | | (INFO_TARGETS, DVI_TARGETS): Add rcirc.
* (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.Richard M. Stallman2005-09-151-2/+7
| | | | (../info/newsticker, newsticker.dvi): New targets.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-101-2/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (MAKEINFO): Specify --force.Richard M. Stallman2004-12-271-1/+2
|
* url.texi: New file.Stefan Monnier2004-12-071-2/+7
|
* (org.dvi, ../info/org): New targets.Richard M. Stallman2004-12-061-4/+8
| | | | | | (INFO_TARGETS): Add ../info/org. (DVI_TARGETS): Add org.dvi. (maintainer-clean): Remove the info files in the info dir.
* Comment change.Richard M. Stallman2004-11-211-3/+2
|
* Fix last change.Eli Zaretskii2004-09-101-1/+1
|
* (../info/gnus, gnus.dvi): Depend on gnus-faq.texiEli Zaretskii2004-09-101-2/+6
|
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523Miles Bader2004-09-041-10/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* (../info/tramp, tramp.dvi): Depend on trampver.texi.Eli Zaretskii2004-08-141-2/+2
|
* (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra): Add emacs-xtra.Luc Teirlinck2004-06-151-2/+8
|
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-396Miles Bader2004-06-111-3/+1
| | | | | | | | | | | | | 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/flymake, flymake.dvi): New targets.Eli Zaretskii2004-05-291-2/+8
| | | | (INFO_TARGETS, DVI_TARGETS): Add Flymake.
* Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-95Miles Bader2003-10-221-2/+2
| | | | | | Correct the default target in man/Makefile.in * man/Makefile.in (info): Move before $(top_srcdir)/info.
* Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-34Miles Bader2003-09-041-1/+5
| | | | Create the info subdir at build-time if necessary
* Add arch taglinesMiles Bader2003-09-011-0/+2
|
* (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)Luc Teirlinck2003-08-181-1/+2
|
* * tramp.el: Version 2.0.31 released.Kai Großjohann2003-03-291-1/+1
| | | | | | | | | | | | | | | | (tramp-handle-expand-file-name): Do not allow ".." to cross file handler boundaries, so that "/user@host:/../foo" expands to itself, rather than "/foo". This is intended to work in conjunction with a change in `file-relative-name' which makes sure to use absolute file names if FILE and DIRECTORY have different handlers. (tramp-handle-insert-directory): Comment out XEmacs kludge. Suggested by Katsumi Yamaoka <yamaoka@jpl.org>. * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs, version of manual. * tramp.texi (Auto-save and Backup): New node.
* Build smtpmail manual.Simon Josefsson2003-02-231-3/+8
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-2/+2
|
* New major mode "SES" for spreadsheets.Jonathan Yavner2002-09-281-2/+7
| | | | | New function (unsafep X) determines whether X is a safe Lisp form. New support module testcover.el for coverage testing.
* * info/dir (File): Add an entry for Tramp.Kai Großjohann2002-06-171-2/+7
| | | | | * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp. (../info/tramp, tramp.dvi): New targets.
* (DVI_TARGETS): Add calc.dvi.Eli Zaretskii2002-01-041-5/+5
| | | | (calc.dvi): Uncomment.
* (EMACSSOURCES): Update the list of Emacs manual source files.Eli Zaretskii2001-12-201-0/+4
|
* (emacsman): New target.Eli Zaretskii2001-11-161-0/+7
|
* Fix last change.Eli Zaretskii2001-11-071-2/+3
|
* (INFO_TARGETS): Add ../info/calc.Eli Zaretskii2001-11-071-1/+6
| | | | (../info/calc): New target.
* Fix a typo in a comment.Eli Zaretskii2001-04-251-1/+1
|
* (../info/info): Use an explicit -o switch to makeinfo.Eli Zaretskii2001-04-141-1/+5
|
* (mostlyclean, maintainer-clean): Delete more files.Gerd Moellmann2001-03-051-2/+2
|
* Add copyright notice.Gerd Moellmann2001-02-201-0/+20
|
* (../info/idlwave): Use --no-split.Eli Zaretskii2000-12-201-1/+3
|
* (mostlyclean): Remove gnustmp.*Dave Love2000-12-141-2/+5
| | | | (gnus.dvi): Change rule to remove @latex stuff.
* (INFOSOURCES): Remove info-stnd.texi from prerequisites.Eli Zaretskii2000-11-151-1/+1
|
* * Makefile.in (Speedbar): Added build targets for speedbar.texiEric M. Ludlam2000-10-201-6/+8
|
* Added the beginnings of proper Eshell documentation.John Wiegley2000-10-131-2/+7
|
* Remove/comment speedbar stuff.Gerd Moellmann2000-09-251-6/+6
|
* Add emacs-mime.Dave Love2000-09-221-2/+12
|