aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
...
* (epaths-force): Protect both lisppath and buildlisppath from whitespace.Lute Kamstra2005-06-201-2/+2
|
* (info): Undo 2004-12-05 change.Kim F. Storm2004-12-111-3/+3
|
* (install-arch-indep, uninstall): Add org and url manuals.Luc Teirlinck2004-12-091-3/+3
|
* (info): Ignore errors building info files.Richard M. Stallman2004-12-061-3/+3
|
* Comment change.Richard M. Stallman2004-11-111-5/+5
|
* Comment changes.Richard M. Stallman2004-11-081-1/+11
|
* (bootstrap, bootstrap-clean-before): Remove .elcKim F. Storm2004-11-071-2/+12
| | | | | | files before building. (bootfast, bootstrap-clean-before-fast): New targets, like bootstrap but don't remove .elc files.
* Revision: [email protected]/emacs--cvs-trunk--0--patch-523Miles Bader2004-09-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--gnus--5.10, gnus--rel--5.10 Patches applied: * [email protected]/emacs--gnus--5.10--base-0 tag of [email protected]/emacs--cvs-trunk--0--patch-464 * [email protected]/emacs--gnus--5.10--patch-1 Import from CVS branch gnus-5_10-branch * [email protected]/emacs--gnus--5.10--patch-2 Merge from [email protected]/emacs--multi-tty--0, emacs--cvs-trunk--0 * [email protected]/emacs--gnus--5.10--patch-3 Merge from gnus--rel--5.10 * [email protected]/emacs--gnus--5.10--patch-4 Merge from gnus--rel--5.10 * [email protected]/gnus--rel--5.10--patch-18 Update from CVS * [email protected]/gnus--rel--5.10--patch-19 Remove autoconf-generated files from archive * [email protected]/gnus--rel--5.10--patch-20 Update from CVS
* (install-arch-indep, uninstall): Add flymake.Andreas Schwab2004-08-061-3/+3
|
* (install-arch-indep): Remove .arch-inventory files.Andreas Schwab2004-07-041-0/+1
|
* (install-arch-indep, uninstall): Add emacs-xtra.Luc Teirlinck2004-06-151-3/+3
|
* Revision: [email protected]/emacs--cvs-trunk--0--patch-396Miles Bader2004-06-111-3/+2
| | | | | | | | | | | | | 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.
* Revert last two changes.Andreas Schwab2004-05-281-4/+2
|
* Also install etc/compilation.txt and chown/chmod itDaniel Pfeiffer2004-04-131-1/+3
|
* Also install etc/compilation.txtDaniel Pfeiffer2004-04-131-1/+1
|
* Mention in comment that `make maintainer-clean' deletes .elc files.Luc Teirlinck2004-04-011-2/+3
|
* (maintainer-clean): Clean in the lisp dir as well.Stefan Monnier2004-03-021-3/+4
| | | | (bootstrap): Use the new boostrap-prepare target in lisp.
* Set CDPATH to an empty string.Luc Teirlinck2004-02-091-0/+4
|
* * Makefile.in (install-arch-dep): Don't let cd output go intoJan Djärv2003-12-241-2/+2
| | | | pipe for carbon_appdir.
* (install-arch-indep, uninstall): Add SES manual.Luc Teirlinck2003-09-121-3/+3
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (YACC): Remove, not used.Andreas Schwab2003-07-231-6/+2
| | | | | | | (MAINT): Don't set. (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to disable dependency on ${srcdir}/configure.in when maintainer mode is disabled.
* (install-arch-indep, uninstall): Add SMTP manual.Simon Josefsson2003-02-231-3/+3
|
* (EXEEXT): Define to @EXEEXT@ and use this variableAndreas Schwab2003-02-081-5/+6
| | | | instead of the substitution.
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-6/+6
|
* Cygwin support patch.Juanma Barranquero2003-01-311-7/+7
|
* (bootstrap): Make bootstrap-after.Markus Rost2003-01-221-0/+1
|
* * configure.in: New option, --enable-carbon-app, to specifySteven Tamm2003-01-071-0/+9
| | | | | | that the application should be installed * Makefile.in (install-arch-dep): On Mac OS X, install the Emacs.app application if carbon-app is enabled
* (INSTALL_INFO): Get install-info command fromDavid Kastrup2003-01-061-1/+1
| | | | configure.
* (install-arch-indep): Revert second last change completely.Andreas Schwab2002-12-081-1/+2
|
* (install-arch-indep): Revert last change.Andreas Schwab2002-12-081-4/+4
|
* (install-arch-indep): Prepend $(srcdir)/ to lisp.Juanma Barranquero2002-11-111-5/+4
|
* (maybe_bootstrap): Whoops, screwed up the second instance of $$bar...Miles Bader2002-11-071-1/+1
|
* (maybe_bootstrap): Fix shell variable usage. Handle separate-build-dir case.Miles Bader2002-11-071-2/+2
|
* (maybe_bootstrap): Add doublequotes to make it bulletproof.Richard M. Stallman2002-11-061-2/+2
| | | | $bar may be empty when there are no .elc files.
* (maybe_bootstrap): Test for complete absence of compiled Lisp files.Richard M. Stallman2002-09-151-3/+5
|
* (bootstrap-lisp-1, bootstrap-lisp, bootstrap)Stefan Monnier2002-09-111-11/+5
| | | | | (bootstrap-clean-after): Delete. (bootstrap): Make the sequencing explicit.
* (install-arch-indep): Do not remove DOC fileKim F. Storm2002-08-261-1/+2
| | | | | when it is the only DOC file installed; this is the case when CANNOT_DUMP is defined. From Joe Buehler (tiny change).
* (gamedir, localstatedir): New variables.Richard M. Stallman2002-07-211-0/+8
| | | | (epaths-force): Insert value of gamedir into PATH_GAME.
* (install-arch-indep, uninstall): Add Tramp.Kai Großjohann2002-06-181-3/+3
|
* Add a comment in case people complain about the h flag for Tar.Eli Zaretskii2002-05-181-0/+3
|
* Don't say *.elc files cannot be regenerated.Eli Zaretskii2002-05-071-2/+1
|
* (MAINT): New variable.Andreas Schwab2002-04-231-2/+5
| | | | | | (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this instead of configure.in, to avoid running autoconf and autoheader unless explicitly requested.
* ($(srcdir)/src/config.in): Generate using autoheader.Andreas Schwab2002-04-151-1/+8
|
* (install-arch-indep): Use umask 022 for DOC* and lisp/.Richard M. Stallman2002-03-031-3/+5
| | | | Run chown $${LOGNAME} on files installed by tar xvf.
* (maybe_bootstrap): Do `exit 1'.Richard M. Stallman2002-02-131-4/+3
| | | | | (all): Don't depend on maybe_bootstrap here. (${SUBDIR}): Depend on it here instead.
* (maybe_bootstrap): Add an infinite sleep-loop.Richard M. Stallman2002-02-081-0/+2
|
* (maybe_bootstrap): Fix previous change.Pavel Janík2001-11-291-2/+2
|
* (maybe_bootstrap): Don't bootstrap, just suggest it.Richard M. Stallman2001-11-291-2/+3
|
* Fix previous change.Richard M. Stallman2001-11-261-1/+1
|