summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+2
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+2
| |
| * (install-arch-indep): Use "rm -f" for removing DOC, to avoid an error messageEli Zaretskii2007-07-281-1/+1
| | | | | | | | if there is no DOC there.
* | (desktopdir, icondir): New variables.Glenn Morris2008-01-051-2/+27
| | | | | | | | | | | | (install-arch-indep): Also depend on `install-etc'. (install-etc): New target. (mkdir): Also create the `applications' and `icons' directories.
* | * configure.in: No need for DBUS_INFO anymore.Michael Albinus2007-12-031-5/+5
| | | | | | | | | | | | * configure: Regenerate. * Makefile.in (INFO_FILES): Use dbus unconditionally.
* | * configure.in: Add D-Bus checks. D-Bus is disabled by default.Michael Albinus2007-12-021-2/+2
| | | | | | | | | | | | * configure: Regenerate. * Makefile.in (INFO_FILES): Add dbus.
* | (INFO_FILES): Add nxml-mode.Romain Francoise2007-11-241-3/+3
| |
* | (check-declare): New target.Glenn Morris2007-11-171-0/+10
| |
* | (install-arch-indep): Fallback to $USER and `id -un' when changingGlenn Morris2007-10-311-3/+23
| | | | | | | | ownership of installed files.
* | Makefile.in (INFO_FILES): Alphabetize; add rememberMichael Olson2007-10-301-5/+5
| |
* | (install-arch-indep): Do not exclude the etc/ Makefiles.Glenn Morris2007-09-121-1/+5
| |
* | (SOURCES, unlock, relock): Delete.Glenn Morris2007-09-121-45/+0
| |
* | (mansrcdir): New variable.Glenn Morris2007-09-061-36/+51
| | | | | | | | | | | | | | | | | | | | (SUBDIR_MAKEFILES): Update for new doc/ directory layout. (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and update these targets for new doc/ directory layout. (doc/misc/Makefile): New target. (install-arch-indep): Use mansrcdir for new location of manpages. (mostlyclean, clean, distclean, maintainer-clean, unlock) (relock, info, dvi): Update targets for new doc/ directory layout.
* | (install-arch-indep): Use "rm -f" for removing DOC, to avoid an error messageEli Zaretskii2007-07-281-1/+1
| | | | | | | | if there is no DOC there.
* | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 70-73) - Update from CVS 2007-07-25 Glenn Morris <rgm@gnu.org> * Relicense all FSF files to GPLv3 or later. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| |
* | Remove FIXME comment, implemented in previous change.Glenn Morris2007-06-081-5/+0
| |
* | (install-arch-indep): Install only the DOC- file specific to theGlenn Morris2007-06-071-2/+12
| | | | | | | | build, if possible, rather than DOC-*.
* | (config.status): Depend on ${srcdir}/lisp/version.el.Andreas Schwab2007-04-271-1/+1
|/
* Comments.Glenn Morris2007-02-031-1/+6
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (datarootdir): Define.Andreas Schwab2006-12-261-0/+4
|
* Fix Copyright format.Glenn Morris2006-12-031-2/+2
|
* Touch only the parts of the share/emacs directory specific to thisChong Yidong2006-11-271-1/+1
| | | | version.
* Fix typo.Romain Francoise2006-11-041-1/+1
|
* (bootstrap-clean-before): Use new target `bootstrap-clean' in the leimRomain Francoise2006-11-041-0/+1
| | | | subdirectory.
* (INFO_FILES): Remove emacs-xtra.Eli Zaretskii2006-05-061-1/+1
|
* Updated copyright year(s)Ramprasad B2006-04-201-1/+1
|
* (INFO_FILES): New variable, contains all Info file names.Eli Zaretskii2006-03-181-7/+19
| | | | | | | (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files to be installed/uninstalled. (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references to Info files installed by Emacs.
* Add DESTDIR variable to install and uninstall targets to support stagedEli Zaretskii2006-03-031-52/+52
| | | | installations.
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-22Miles Bader2006-01-291-3/+3
| | | | | | Creator: Michael Olson <mwolson@gnu.org> Install ERC.
* (install-arch-indep, uninstall): Add rcirc.Luc Teirlinck2006-01-281-3/+3
|
* (GZIP_PROG): Renamed from GZIP.Andreas Schwab2005-11-031-3/+3
| | | | (install-arch-indep): Adjust.
* (bootstrap): Fix dependencies for parallel build.Andreas Schwab2005-11-011-2/+4
| | | | (bootfast): Likewise.
* * configure.in: Check for gzip.Romain Francoise2005-11-011-0/+11
| | | | * Makefile.in (install): Compress source files.
* (install-arch-indep, uninstall):Richard M. Stallman2005-09-151-6/+6
| | | | | Handle newsticker manual. (info): Add - to commands.
* Merge gnulib getopt implementation into Emacs.Paul Eggert2005-07-261-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.in (AUTOCONF_INPUTS): New macro. ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it, so that these files also depend on m4/getopt.m4. * configure.in: Configure getopt by including m4/getopt.m4, and configuring a getopt replacement if necessary. * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h. * m4/getopt.m4: New file. * lib-src/Makefile.in (mostlyclean): Remove getopt.h, getopt.h-t. (GETOPT_H): New macro, from gnulib. (getopt.h): New rule, from gnulib. (GETOPTOBJS): Now autoconfigured. (GETOPTDEPS): getopt.h is now autoconfigured. (getopt.o, getopt1.o): Depend on $(GETOPT_H), not ${srcdir}/getopt.h. (getopt.o): Depend on ${srcdir}/gettext.h. (movemail.o): Depend on $(GETOPT_H). * lib-src/getopt.c, lib-src/getopt1.c: Sync from gnulib. * lib-src/getopt_.h, lib-src/getopt_int.h, lib-src/gettext.h: New files, from gnulib. * lib-src/getopt.h: Removed (now is getopt_.h). * nt/inc/gettext.h: Remove; no longer needed now that lib-src/gettext.h exists. * src/s/cygwin.h (C_SWITCH_SYSTEM): Remove, since gettext.h is now part of lib-src.
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (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: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523Miles Bader2004-09-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--gnus--5.10, gnus--rel--5.10 Patches applied: * miles@gnu.org--gnu-2004/emacs--gnus--5.10--base-0 tag of miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-464 * miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-1 Import from CVS branch gnus-5_10-branch * miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-2 Merge from lorentey@elte.hu--2004/emacs--multi-tty--0, emacs--cvs-trunk--0 * miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-3 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-4 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-18 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-19 Remove autoconf-generated files from archive * miles@gnu.org--gnu-2004/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: miles@gnu.org--gnu-2004/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.