Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cygwin support patch. | Juanma Barranquero | 2003-01-31 | 1 | -7/+7 |
| | |||||
* | (bootstrap): Make bootstrap-after. | Markus Rost | 2003-01-22 | 1 | -0/+1 |
| | |||||
* | * configure.in: New option, --enable-carbon-app, to specify | Steven Tamm | 2003-01-07 | 1 | -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 from | David Kastrup | 2003-01-06 | 1 | -1/+1 |
| | | | | configure. | ||||
* | (install-arch-indep): Revert second last change completely. | Andreas Schwab | 2002-12-08 | 1 | -1/+2 |
| | |||||
* | (install-arch-indep): Revert last change. | Andreas Schwab | 2002-12-08 | 1 | -4/+4 |
| | |||||
* | (install-arch-indep): Prepend $(srcdir)/ to lisp. | Juanma Barranquero | 2002-11-11 | 1 | -5/+4 |
| | |||||
* | (maybe_bootstrap): Whoops, screwed up the second instance of $$bar... | Miles Bader | 2002-11-07 | 1 | -1/+1 |
| | |||||
* | (maybe_bootstrap): Fix shell variable usage. Handle separate-build-dir case. | Miles Bader | 2002-11-07 | 1 | -2/+2 |
| | |||||
* | (maybe_bootstrap): Add doublequotes to make it bulletproof. | Richard M. Stallman | 2002-11-06 | 1 | -2/+2 |
| | | | | $bar may be empty when there are no .elc files. | ||||
* | (maybe_bootstrap): Test for complete absence of compiled Lisp files. | Richard M. Stallman | 2002-09-15 | 1 | -3/+5 |
| | |||||
* | (bootstrap-lisp-1, bootstrap-lisp, bootstrap) | Stefan Monnier | 2002-09-11 | 1 | -11/+5 |
| | | | | | (bootstrap-clean-after): Delete. (bootstrap): Make the sequencing explicit. | ||||
* | (install-arch-indep): Do not remove DOC file | Kim F. Storm | 2002-08-26 | 1 | -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. Stallman | 2002-07-21 | 1 | -0/+8 |
| | | | | (epaths-force): Insert value of gamedir into PATH_GAME. | ||||
* | (install-arch-indep, uninstall): Add Tramp. | Kai Großjohann | 2002-06-18 | 1 | -3/+3 |
| | |||||
* | Add a comment in case people complain about the h flag for Tar. | Eli Zaretskii | 2002-05-18 | 1 | -0/+3 |
| | |||||
* | Don't say *.elc files cannot be regenerated. | Eli Zaretskii | 2002-05-07 | 1 | -2/+1 |
| | |||||
* | (MAINT): New variable. | Andreas Schwab | 2002-04-23 | 1 | -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 Schwab | 2002-04-15 | 1 | -1/+8 |
| | |||||
* | (install-arch-indep): Use umask 022 for DOC* and lisp/. | Richard M. Stallman | 2002-03-03 | 1 | -3/+5 |
| | | | | Run chown $${LOGNAME} on files installed by tar xvf. | ||||
* | (maybe_bootstrap): Do `exit 1'. | Richard M. Stallman | 2002-02-13 | 1 | -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. Stallman | 2002-02-08 | 1 | -0/+2 |
| | |||||
* | (maybe_bootstrap): Fix previous change. | Pavel Janík | 2001-11-29 | 1 | -2/+2 |
| | |||||
* | (maybe_bootstrap): Don't bootstrap, just suggest it. | Richard M. Stallman | 2001-11-29 | 1 | -2/+3 |
| | |||||
* | Fix previous change. | Richard M. Stallman | 2001-11-26 | 1 | -1/+1 |
| | |||||
* | bootstrap should not delete dumped executables: | Richard M. Stallman | 2001-11-26 | 1 | -3/+14 |
| | | | | | | (bootstrap-clean-before): New target. (bootstrap): Use bootstrap-clean-before instead of clean. (bootstrap-clean-after): Renamed from bootstrap-clean. Calls changed. | ||||
* | (install-arch-indep, uninstall): Add ELisp Intro files. | Eli Zaretskii | 2001-11-24 | 1 | -3/+3 |
| | |||||
* | (SUBDIR_MAKEFILES): Add lispintro. | Eli Zaretskii | 2001-11-24 | 1 | -1/+12 |
| | | | | | | (lispref/Makefile): New target. (mostlyclean, clean, distclean, maintainer-clean): Add lispintro. (unlock, relock, info, dvi): Ditto. | ||||
* | (uninstall, install-arch-indep): Don't install gfdl.1. | Eli Zaretskii | 2001-11-23 | 1 | -2/+2 |
| | |||||
* | (uninstall): Handle deletion of calc .info files. | Colin Walters | 2001-11-23 | 1 | -1/+1 |
| | |||||
* | (install-arch-indep): Install the calc .info files. | Colin Walters | 2001-11-22 | 1 | -2/+2 |
| | |||||
* | (uninstall): Fix previous change. | Pavel Janík | 2001-11-15 | 1 | -2/+2 |
| | |||||
* | Add support for --program-prefix, --program-suffix | Pavel Janík | 2001-11-15 | 1 | -4/+8 |
| | | | | and --program-transform-name options. | ||||
* | Fix previous change. | Pavel Janík | 2001-11-13 | 1 | -1/+1 |
| | |||||
* | (install-arch-indep): Install emacsclient manual page. | Pavel Janík | 2001-11-13 | 1 | -2/+2 |
| | | | | (uninstall): Uninstall emacsclient manual page. | ||||
* | (install-arch-indep): Use `${manext}' instead of `.1'. | Pavel Janík | 2001-11-12 | 1 | -1/+1 |
| | |||||
* | (uninstall): Remove gfdl.1 when uninstalling. | Pavel Janík | 2001-11-12 | 1 | -1/+1 |
| | |||||
* | (SUBDIR_MAKEFILES): Add lispref/Makefile. | Eli Zaretskii | 2001-11-10 | 1 | -3/+14 |
| | | | | | | | (lispref/Makefile): New target. (mostlyclean, clean, distclean, maintainer-clean, unlock, relock): Add commands for the lispref directory. (info, dvi): Ditto. | ||||
* | (install-arch-indep): Add elisp* to the list of installed Info files. | Eli Zaretskii | 2001-11-10 | 1 | -1/+1 |
| | |||||
* | (bootstrap-lisp): Don't suppress error messages. | Richard M. Stallman | 2001-11-09 | 1 | -1/+1 |
| | |||||
* | (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP. From Eric S. Raymond | Eli Zaretskii | 2001-10-31 | 1 | -1/+1 |
| | | | | <esr@golux.thyrsus.com>. | ||||
* | (maybe_bootstrap): New target. | Gerd Moellmann | 2001-10-25 | 1 | -1/+7 |
| | | | | | (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist. | ||||
* | (install-arch-indep): Add -h (follow symlinks) | Gerd Moellmann | 2001-10-22 | 1 | -3/+3 |
| | | | | to tar options. | ||||
* | (${srcdir}/configure): Don't depend on aclocal.m4. | Andreas Schwab | 2001-10-19 | 1 | -1/+1 |
| | |||||
* | (install-arch-indep): Add gfdl.1 to the man pages that are installed. | Eli Zaretskii | 2001-04-25 | 1 | -1/+1 |
| | |||||
* | (install-arch-indep): Remove .cvsignore files. | Gerd Moellmann | 2001-04-05 | 1 | -0/+1 |
| | |||||
* | (.PHONY): Add for bootstrap targets. | Gerd Moellmann | 2001-03-30 | 1 | -1/+6 |
| | | | | | (bootstrap-clean): New target. (bootstrap): Use it instead of `clean'. | ||||
* | (SUBDIR): Remove leim. | Gerd Moellmann | 2001-03-29 | 1 | -5/+12 |
| | | | | | | (all, .RECURSIVE, extraclean): Add leim explicitly. (leim): Provide separate rule which exports PARALLEL=0 into the environment. | ||||
* | Add copyright notice. | Gerd Moellmann | 2001-02-20 | 1 | -0/+20 |
| | |||||
* | (uninstall): Ignore exit code of `rm'. | Gerd Moellmann | 2001-02-02 | 1 | -1/+1 |
| |