aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/Makefile.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move to ../doc/lisprefGlenn Morris2007-09-061-144/+0
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* * Makefile.in: Use relative paths to avoid advertising filesystemChong Yidong2006-10-291-2/+2
| | | | | | contents during compilation. * makefile.w32-in: Likewise.
* Use ../man/texinfo.tex to build elisp.dvi.Lute Kamstra2006-08-211-1/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-101-2/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Remove eol whitespace; nfc.Thien-Thi Nguyen2005-06-101-1/+1
|
* (srcs): Remove calendar.texi.Glenn Morris2005-03-261-1/+0
|
* (MAKEINFO): Specify --force.Richard M. Stallman2004-12-271-1/+1
|
* (maintainer-clean): Remove the info files in $(infodir) where they are created.Richard M. Stallman2004-12-061-1/+2
|
* (elisp): New target.Richard M. Stallman2004-11-211-2/+8
| | | | | (dist): Depend on $(infodir)/elisp, not elisp. Copy the info files from $(infodir).
* (install, maintainer-clean): Don't use "elisp-*" as it nukes elisp-cover.texi.Eli Zaretskii2004-11-061-3/+3
| | | | (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no elisp-0 etc.
* 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.
* (clean): Don't remove index.texi.Andreas Schwab2003-10-231-1/+0
|
* Remove support for permuted index and use texi2dvi.Andreas Schwab2003-10-231-39/+9
|
* Add arch taglinesMiles Bader2003-09-011-0/+2
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-2/+2
|
* (VERSION): Set to 2.9.Eli Zaretskii2002-01-181-1/+1
|
* (infodir): Define relative to $(srcdir).Eli Zaretskii2001-11-161-4/+4
| | | | | | ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the include directories list via -I switch to makeinfo. (index.texi): Use cp if both hard and symbolic links fail.
* (distclean): Add.Eli Zaretskii2001-11-101-0/+2
|
* (info): Add target.Eli Zaretskii2001-11-101-0/+1
|
* Add Copyright notice.Eli Zaretskii2001-11-101-15/+28
| | | | | | | | | | | | | (prefix): Remove. (infodir): Change value to "../info". (VPATH): New variable. (MAKE): Don't define. (texmacrodir): Don't define. (texinputdir): Append the existing value of TEXINPUTS. ($(infodir)/elisp): Instead of just "elisp". Reformat the command to be compatible with man/Makefile.in, and to put the output into ../info. (installall): Target removed.
* (srcs): Add gpl.texi and doclicense.texi.Gerd Moellmann2001-10-231-1/+4
|
* (VERSION): Set to 2.8.Gerd Moellmann2001-10-171-2/+2
| | | | (manual): Use `manual-21'.
* (srcdir, texinputdir): New variables.Gerd Moellmann2001-09-041-37/+82
| | | | | | | | | | (srcs, index.texi, install): Use $(srcdir). (.PHONY): Remove elisp.dvi. (elisp): Use -I switch for makeinfo. (elisp.dvi): Use $(srcdir) and $(texinputdir). (installall, dist): Use $(srcdir). Fix path to texinfo.tex. (maintainer-clean): Add elisp.dvi and elisp.oaux.
* (install): Use install-info command line optionsGerd Moellmann2001-05-071-1/+1
| | | | like in Emacs' Makefile.in.
* (MAKEINFO): New parameter.Dave Love1999-12-031-1/+2
|
* (srcs): Add hash.texi.Richard M. Stallman1999-09-171-2/+2
| | | | (VERSION): Update to 20.6.
* (index.texi): If cannot make a symlink, make a hard link.Richard M. Stallman1999-09-141-2/+2
|
* Renamed from Makefile.Karl Heuer1998-08-291-13/+6
| | | | | | (prefix, infodir): Use value obtained from configure. (emacslibdir): Obsolete variable deleted. (dist): Distribute configure.in, configure, Makefile.in.
* (INSTALL_INFO): New variable.Richard M. Stallman1998-06-131-1/+2
| | | | (install): Run install-info.
* (elisp.dvi): Add missing backslash.Richard M. Stallman1998-05-101-1/+1
|
* (elisp.dvi): Don't depend on texindex or on elisp.tps.Richard M. Stallman1998-05-031-6/+4
| | | | | Run texindex without `./'. Always run texindex on elisp.tp. (elisp.tps): Target deleted.
* (elisp): Don't try to make makeinfo.Richard M. Stallman1998-04-181-36/+18
| | | | | | | | | | | | | | | | Run makeinfo without specifying a directory. (srcs): Add nonascii.texi, customize.texi and advice.texi. (dist): Start by deleting `temp'. (makeinfo, texindex): Targets deleted. (makeinfo.o, texindex.o): Targets deleted. (clean, dist): Don't do anything with them or with getopt*. (SHELL): Defined. (elisp.tps): New target. (elisp.dvi): Depend on elisp.tps.
* Update VERSION to 2.4.2.Richard M. Stallman1996-12-161-1/+1
|
* (elisp): Make this be the default target.Karl Heuer1996-04-031-10/+15
| | | | | | | Don't depend on makeinfo. (install): Don't depend on elisp.dvi, since we don't install that. Use mkinstalldirs. (dist): Add mkinstalldirs.
* (VERSION): Update version number.Richard M. Stallman1995-06-191-2/+2
| | | | (maintainer-clean): Renamed from realclean.
* (realclean): New target.Karl Heuer1995-06-071-0/+4
| | | | (elisp): Remove any old elisp-* files first.
* entered into RCSRichard M. Stallman1994-05-181-1/+1
|
* Initial revisionRichard M. Stallman1994-03-281-0/+120