summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Collapse)AuthorAge
* Add 2010 to copyright years.Glenn Morris2010-01-13
|
* (INFO_FILES): Add edt.Glenn Morris2009-12-15
|
* (INFO_FILES): Add semantic.Glenn Morris2009-11-17
|
* (install-arch-indep): Use a more restrictive MakefileGlenn Morris2009-11-16
| | | | pattern, so as not to exclude makefile*.el. (Bug#4912)
* * Makefile.in (INFO_FILES): Add EDE and EIEIO.Juanma Barranquero2009-10-07
|
* (install-arch-indep): Don't recursively change perms ofGlenn Morris2009-09-09
| | | | | | | site-lisp and infodir. There may be non-Emacs files in here, and the files supplied by Emacs are all handled explicitly already. (Bug#3800) (mkdir): Set umask to world-readable before creating directories. mkinstalldirs already checks if dirs exist, don't duplicate this test.
* Whitespace.Glenn Morris2009-08-29
|
* (info-real): Don't ignore errors from doc Makefiles.Glenn Morris2009-08-29
| | | | | (info): Don't give an error in the absence of makeinfo - let the doc Makefiles do that, if the info files need rebuilding. (Bug#3982)
* * Makefile.in (install-arch-indep): If the versioned DOC-####Ken Raeburn2009-08-23
| | | | | generated during loadup+dump isn't found, install the plain DOC file that always gets generated, in case CANNOT_DUMP is set.
* * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).Seiji Zenitani2009-08-16
|
* * Makefile.in (install-arch-dep): Avoid using $$(..) construct,Chong Yidong2009-05-04
| | | | | | for Solaris compatibility. * leim/Makefile.in (install): Avoid using $$(..) construct, for Solaris compatibility.
* (install-arch-indep): Remove .gitignore files.Andreas Schwab2009-04-12
|
* (INFO_FILES): Add auth.Glenn Morris2009-03-04
|
* (src): Fix last change so the first `cd' doesn't affect the second.Stefan Monnier2009-02-28
|
* (lib-src, lisp): Use simpler rule.Stefan Monnier2009-02-28
| | | | | (src): Be more specific to avoid recompiling all the .elc files just because the bootstrap-emacs is missing.
* Add 2009 to copyright years.Glenn Morris2009-01-08
|
* (install-arch-dep): Remove old directories inJan Djärv2008-12-30
| | | | ns_app* before moving new directories there.
* (uninstall): Use a narrower range of wildcards when deleting the icons.Glenn Morris2008-12-13
|
* (uninstall): Remove desktop file and icons, game scores if empty.Glenn Morris2008-12-13
|
* (manext): Remove variable.Glenn Morris2008-12-13
| | | | | | (MAN_PAGES): New variable. (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add and remove.
* (install-arch-indep): Add new man-pages.Glenn Morris2008-12-13
|
* * Makefile.in (install-arch-indep): Install ebrowse.1.Dan Nicolaescu2008-12-10
| | | | * ebrowse.1: New file, mostly just the results of --help in man format.
* (INFO_FILES): Remove ns-emacs.Eli Zaretskii2008-11-15
|
* (INFO_FILES): Add mairix-el.Romain Francoise2008-08-02
|
* Remove support for Mac Carbon.Dan Nicolaescu2008-07-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mactoolbox.c: * macterm.h: * macterm.c: * macselect.c: * macmenu.c: * macgui.h: * macfns.c: * mac.c: Remove file. * s/darwin.h: * m/intel386.h: * xfaces.c: * xdisp.c: * window.c: * tparam.c: * termhooks.h: * termcap.c: * term.c: * syssignal.h: * sysselect.h: * sysdep.c: * process.c: * lread.c: * lisp.h: * keyboard.c: * image.c: * fringe.c: * frame.h: * frame.c: * fontset.c: * font.h: * font.c: * fns.c: * fileio.c: * emacs.c: * dispnew.c: * dispextern.h: * config.in: * atimer.c: * Makefile.in: Remove code for Carbon * erc.el: Remove code for Carbon. Remove support for Mac Carbon. * term/mac-win.el: Remove file * international/mule-cmds.el: * version.el: * startup.el: * simple.el: * mwheel.el: * mouse.el: * loadup.el: * isearch.el: * info.el: * frame.el: * faces.el: * disp-table.el: * cus-start.el: * cus-face.el: * cus-edit.el: * Makefile.in: Remove code for Carbon. Remove support for Mac Carbon. * makefile.w32-in: * emacsclient.c: Remove code for Carbon. * PROBLEMS: * MACHINES: Remove mentions of Mac Carbon. * ns-emacs.texi: * faq.texi: Remove mentions of Mac Carbon. * os.texi: * frames.texi: * display.texi: Remove mentions of Mac Carbon. * xresources.texi: Remove mentions of Mac Carbon. * make-tarball.txt: * admin.el: * FOR-RELEASE: * CPP-DEFINES: Remove mentions of Mac Carbon. Remove support for Mac Carbon. * mac: Remove directory. * make-dist: * configure.in: * README: * Makefile.in: * INSTALL: Remove code for Carbon. * configure: Regenerate.
* fix typo with info installation under NSAdrian Robert2008-07-27
|
* remove need for nextstep/compile for NS build; also, add NEWS entry about ↵Adrian Robert2008-07-17
| | | | the port
* merging Emacs.app (NeXTstep port)Adrian Robert2008-07-15
|
* * Makefile.in (Makefile): Use it for its timestamp value as well, andStefan Monnier2008-06-25
| | | | | | | | | | make it depend on all other */.in files. (src/Makefile, src/config.stamp, lib-src/Makefile) (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile) (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile) (leim/Makefile, lisp/Makefile): Remove those overlapping targets. (leim, ${SUBDIR}, blessmail): Only depend on Makefile now. * configure.in: Don't create src/config.stamp any more.
* * Makefile.in ${SUBDIR}: Pass additional BOOTSTRAPEMACS argument.Stefan Monnier2008-06-22
| | | | | | | | | | * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el): Use $(BOOTSTRAPEMACS) rather than witness-emacs. (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it. (witness-emacs): Remove. (lisp, shortlisp): Move loaddefs.el earlier. (mostlyclean): Forget about witness-emacs. * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
* (top_bootclean): Remove obsolete references to lock/.Glenn Morris2008-06-22
|
* Fix typo.Romain Francoise2008-06-21
|
* (INFO_FILES): Add sasl.Romain Francoise2008-06-21
|
* Make "make" do a bootstrap if needed.Stefan Monnier2008-06-21
| | | | | | | | | | | | | | | | | | | | | | | * src/Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs. (bootstrapclean): Remove. (.el.elc): New rule. (PRECOMP): New var. (../lisp/subdirs.el): Remove. (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency. (witness-emacs): New target. (mostlyclean): Remove witness-emacs as well. (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}): Add witness-emacs dependency. * lisp/loadup.el: Don't add emacs-<VERS> name when bootstrapping. * lisp/Makefile.in (emacs-deps): Remove. ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add. (all): Use them. (autogen-clean): Remove. * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT}) (bootstrap-build): Remove. (top_bootclean): New var. (top_distclean, bootstrap-clean): Use it. (bootstrap): Don't recheck config. Make normally.
* * src/Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.Stefan Monnier2008-06-20
| | | | | | | | | | | | | | | | | | (bootstrap-clean): New target that keeps TAGS around. (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets. (bootstrap-emacs${EXEEXT}): Depend on subdirs.el. * lisp/Makefile.in (all): New target. (bootstrap-prepare): Remove. * Makefile.in (SUBDIR): Include `lisp'. (lisp): Depend on `src'. (top_distclean): Don't remove config.status. (bootstrap-clean): New target. (maintainer-clean): Use it. (bootstrap): Use bootstrap-clean. Re-run config.status. (src/bootstrap-emacs${EXEEXT}): New target. (bootstrap-build): Use it. Don't use bootstrap-prepare because src/Makefile now takes care of it. (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
* (bootstrap-build): Remove mostlyclean, since it seems to serve noGlenn Morris2008-06-07
| | | | purpose.
* Comment.Glenn Morris2008-06-03
|
* (install-arch-indep, info): Handle MAKEINFO == off.Glenn Morris2008-05-09
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-07
|
* (MAKEINFO): New, set by configure.Glenn Morris2008-05-03
| | | | | | (install-arch-indep): Without makeinfo, ignore any missing manuals. (info-real): New target. (info): Without makeinfo, do nothing, else call `info-real'.
* (SUBDIR_MAKEFILES): Add lisp/Makefile.Andreas Schwab2008-03-28
| | | | (lisp/Makefile): New rule.
* (install-etc, mkdir): Handle directory etc/images/icons/hicolor/*/mimetypes/.Glenn Morris2008-03-11
|
* (iconsrcdir): New variable.Glenn Morris2008-03-03
| | | | (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon directory.
* (set_installuser): New.Glenn Morris2008-02-21
| | | | (install-arch-indep): Use set_installuser to avoid duplicate code.
* (check-info-dir): New target.Glenn Morris2008-02-08
|
* Makefile.in (INFO_FILES): Add epa.Michael Olson2008-02-08
|
* (maybe_bootstrap): Remove texinfo message, since configure checks for this.Glenn Morris2008-01-16
|
* Merge from emacs--rel--22Miles Bader2008-01-08
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-07
| |
| * (install-arch-indep): Use "rm -f" for removing DOC, to avoid an error messageEli Zaretskii2007-07-28
| | | | | | | | if there is no DOC there.