aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* * Makefile.in (install-arch-indep): Delete any old info .gz files first.Glenn Morris2010-06-111-0/+2
|
* Make compressing the info files optional.Glenn Morris2010-06-101-2/+8
| | | | | | | | | | | * configure.in (--without-compress-info): New option. (GZIP_INFO): New output variable. * Makefile.in (GZIP_INFO): New, set by configure. (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil. Handle man pages in the same way. * etc/NEWS: Re-order installation section, and add new item.
* * Makefile.in (install-arch-indep): Gzip the info files too.Glenn Morris2010-06-091-0/+2
|
* Add some comments related to how epaths.h gets built.Glenn Morris2010-05-291-0/+3
|
* * Makefile.in (${lispsource}loaddefs.el): Update loaddefs.el after a pull.Stefan Monnier2010-05-171-2/+10
| | | | | * Makefile.in (src): Provide the name of the VCS file that witnesses a pull. ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
* Tweak ns_app*dir values set by configure.Glenn Morris2010-05-161-2/+2
| | | | | | | | * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value. * Makefile.in (install-arch-dep): Update for above change. * src/Makefile.in (ns_appdir, ns_appbindir): Now configure adds the trailing "/".
* Remove one variable from Makefile.in.Glenn Morris2010-05-161-2/+1
| | | | | * Makefile.in (ns_appdir): Remove. (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
* Minor NS build fixes.Glenn Morris2010-05-141-1/+6
| | | | | | * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version. * src/Makefile.in (${ns_appdir}): Simplify using umask.
* Remove references to CVS directories etc in Makefiles.Glenn Morris2010-05-141-5/+1
| | | | | | | | | | | | * Makefile.in (install-arch-indep): Remove references to RCS, CVS, and other files that no longer exist. * leim/Makefile.in (install): Remove references to CVS-related files. * lisp/Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Remove references to CVS, RCS and Old directories. * src/Makefile.in (${ns_appdir}): Remove references to CVS-related files.
* Remove some unused Makefile.in variables.Glenn Morris2010-05-061-6/+0
| | | | | | | | | | | | | | | | * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@. * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE) (LD_SWITCH_X_SITE): Remove unused variables. * lwlib/Makefile.in (CPP, LN_S, TOP, LN): Remove unused variables. * oldXMenu/Makefile.in (CPP, LN_S, AS, LD, MV, LS, LINTOPTS, LINTLIBFLAG, MAKE) (STD_DEFINES, CDEBUGFLAGS, RM_CMD): Remove unused variables. * src/Makefile.in (CPP, LN_S): Remove unused variables. * msdos/sed1v2.inp, msdos/sed5x.inp: Remove LN_S, unused.
* Yet another missing piece of C_SWITCH commit.Glenn Morris2010-05-031-1/+1
| | | | | | | | | * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than @c_switch_system@. * oldXMenu/Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE): Use @C_SWITCH_SYSTEM@, @C_SWITCH_MACHINE@ rather than @c_switch_system@, @c_switch_machine@.
* Close bug#5720.Tetsurou Okazaki2010-03-171-1/+3
| | | | | * Makefile.in, lib-src/Makefile.in (uninstall): Handle the case where archlibdir does not exist.
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* (INFO_FILES): Add edt.Glenn Morris2009-12-151-1/+1
|
* (INFO_FILES): Add semantic.Glenn Morris2009-11-171-2/+2
|
* (install-arch-indep): Use a more restrictive MakefileGlenn Morris2009-11-161-1/+2
| | | | pattern, so as not to exclude makefile*.el. (Bug#4912)
* * Makefile.in (INFO_FILES): Add EDE and EIEIO.Juanma Barranquero2009-10-071-5/+5
|
* (install-arch-indep): Don't recursively change perms ofGlenn Morris2009-09-091-8/+8
| | | | | | | 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-291-1/+1
|
* (info-real): Don't ignore errors from doc Makefiles.Glenn Morris2009-08-291-9/+14
| | | | | (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-231-1/+1
| | | | | 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-161-0/+1
|
* * Makefile.in (install-arch-dep): Avoid using $$(..) construct,Chong Yidong2009-05-041-1/+1
| | | | | | for Solaris compatibility. * leim/Makefile.in (install): Avoid using $$(..) construct, for Solaris compatibility.
* (install-arch-indep): Remove .gitignore files.Andreas Schwab2009-04-121-0/+1
|
* (INFO_FILES): Add auth.Glenn Morris2009-03-041-4/+4
|
* (src): Fix last change so the first `cd' doesn't affect the second.Stefan Monnier2009-02-281-1/+1
|
* (lib-src, lisp): Use simpler rule.Stefan Monnier2009-02-281-3/+13
| | | | | (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-081-1/+1
|
* (install-arch-dep): Remove old directories inJan Djärv2008-12-301-3/+6
| | | | ns_app* before moving new directories there.
* (uninstall): Use a narrower range of wildcards when deleting the icons.Glenn Morris2008-12-131-1/+1
|
* (uninstall): Remove desktop file and icons, game scores if empty.Glenn Morris2008-12-131-1/+6
|
* (manext): Remove variable.Glenn Morris2008-12-131-6/+10
| | | | | | (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-131-1/+1
|
* * Makefile.in (install-arch-indep): Install ebrowse.1.Dan Nicolaescu2008-12-101-1/+1
| | | | * ebrowse.1: New file, mostly just the results of --help in man format.
* (INFO_FILES): Remove ns-emacs.Eli Zaretskii2008-11-151-3/+3
|
* (INFO_FILES): Add mairix-el.Romain Francoise2008-08-021-3/+4
|
* Remove support for Mac Carbon.Dan Nicolaescu2008-07-271-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-271-1/+1
|
* remove need for nextstep/compile for NS build; also, add NEWS entry about ↵Adrian Robert2008-07-171-7/+10
| | | | the port
* merging Emacs.app (NeXTstep port)Adrian Robert2008-07-151-1/+12
|
* * Makefile.in (Makefile): Use it for its timestamp value as well, andStefan Monnier2008-06-251-40/+18
| | | | | | | | | | 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-221-2/+13
| | | | | | | | | | * 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-221-2/+1
|
* Fix typo.Romain Francoise2008-06-211-1/+1
|
* (INFO_FILES): Add sasl.Romain Francoise2008-06-211-2/+2
|
* Make "make" do a bootstrap if needed.Stefan Monnier2008-06-211-36/+17
| | | | | | | | | | | | | | | | | | | | | | | * 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-201-43/+37
| | | | | | | | | | | | | | | | | | (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-071-1/+3
| | | | purpose.
* Comment.Glenn Morris2008-06-031-4/+4
|
* (install-arch-indep, info): Handle MAKEINFO == off.Glenn Morris2008-05-091-4/+7
|