summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Rename configure's --without-compress-info to --without-compress-installGlenn Morris2013-09-081-6/+4
* Makefile improvements.Paul Eggert2013-09-031-13/+14
* * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,Paul Eggert2013-08-271-1/+1
* Move source for Emacs on MS Windows FAQ here from Emacs webpages repositoryGlenn Morris2013-08-271-1/+3
* * Makefile.in (mostlyclean, clean, distclean, bootstrap-clean)Glenn Morris2013-08-261-53/+53
* * Makefile.in (distclean, bootstrap-clean, maintainer-clean):Paul Eggert2013-08-201-6/+9
* * Makefile.in (distclean, bootstrap-clean, maintainer-clean):Glenn Morris2013-08-191-0/+6
* Cleanup for etc/refcards/Makefile and related itemsGlenn Morris2013-08-141-1/+11
* Add build, install, uninstall rules for all dvi, html, pdf, ps manualsGlenn Morris2013-08-111-15/+65
* Use a @configure_input@ comment at the start of generated MakefilesGlenn Morris2013-07-231-3/+1
* * Makefile.in (removenullpaths): Remove adjacent null paths.Paul Eggert2013-07-091-1/+1
* Do not create locallisppath directories.Juanma Barranquero2013-06-271-13/+3
* Fix bug #14513 with --enable-locallisppath not working on MS-Windows.Richard Copley2013-06-071-2/+25
* Merge from trunk.Eli Zaretskii2013-05-161-11/+1
|\
| * Use just DOC instead of DOC-nn.mm.Stefan Monnier2013-05-151-11/+1
* | Separated Windows specific install and uninstall targets as suggested by Paul...Eli Zaretskii2013-04-181-17/+24
* | Merge from trunk.Eli Zaretskii2013-04-181-2/+3
|\ \ | |/
| * Replace AC_PROG_LN_S by a less strict configure testGlenn Morris2013-04-171-2/+3
* | Teach 'make' how to re-configure for MinGW.Eli Zaretskii2013-04-171-2/+2
* | Fixed the LN_S and LN_EMACS issue.Eli Zaretskii2013-04-171-3/+1
* | Avoid building blessmail and use hard links when installing emacs.exe.Eli Zaretskii2013-04-141-1/+3
* | Fixed src/epaths.h generation and lib-src dependencies and libraries.Eli Zaretskii2013-04-061-1/+14
* | Fixed nt/Makefile.in and top-level Makefile.in.Eli Zaretskii2013-04-011-3/+21
* | Added nt/Makefile.in and appropriate tweaks to configure.ac.Eli Zaretskii2013-04-011-6/+9
|/
* Fix bug when building Emacs with a GNU Make submake.Paul Eggert2013-03-181-2/+8
* Merge from emacs-24; up to 2012-12-24T15:56:17Z!eliz@gnu.orgGlenn Morris2013-03-041-1/+7
|\
| * * Makefile.in (install-man): Ignore gzip exit status.Glenn Morris2013-03-041-1/+7
* | Parallelize documentation builds.Paul Eggert2013-02-211-11/+20
* | Merge from emacs-24; up to 2012-12-11T09:51:12Z!dmantipov@yandex.ruGlenn Morris2013-01-191-1/+4
|\ \ | |/
| * * Makefile.in (install-arch-indep): Put back a chmodGlenn Morris2013-01-151-1/+4
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\ \ | |/
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | Merge from emacs-24; up to 2012-12-01T13:25:13Z!cyd@gnu.orgGlenn Morris2012-12-211-1/+1
|\ \ | |/
| * * Makefile.in (install-arch-dep): Ignore chmod errors (tiny change)Akinori MUSHA2012-12-191-1/+1
* | Merge from emacs-24; up to 2012-11-30T04:44:52Z!cyd@gnu.orgGlenn Morris2012-12-121-2/+2
|\ \ | |/
| * * Makefile.in (install-info): Use `${MAKE} -s' for echo-info.Andreas Schwab2012-12-121-2/+2
| * Fix for install-info in non-English locales (tiny change)Nicolas Avrutin2012-12-111-2/+2
* | Allow choice of icon style at install timeGlenn Morris2012-11-021-2/+7
|/
* * Makefile.in (EMACS_NAME): New variable.Glenn Morris2012-10-261-8/+9
* Program name transformations should not be applied to $EXEEXT.Glenn Morris2012-10-261-2/+2
* Misc fixes for make uninstallGlenn Morris2012-10-261-13/+20
* * Makefile.in (install-etc): Don't apply program transform to file suffixes.Glenn Morris2012-10-241-1/+2
* * Makefile.in (install-man): Don't apply transform to suffix.Glenn Morris2012-10-241-1/+1
* Revert 2012-10-21 Makefile.in change (bug#12713)Glenn Morris2012-10-231-7/+4
* Put back old Emacs 22 icons, just don't install themGlenn Morris2012-10-201-1/+1
* In Makefile.in, use a make variable rather than a shell variable.Glenn Morris2012-10-201-4/+7
* * lisp/emacs-lisp/gv.el (cond): Same fix as before for `if'.Stefan Monnier2012-10-181-1/+1
* (install-etc): Fix previous changeGlenn Morris2012-10-151-2/+2
* Apply program-transform-name etc in more places (bug#12536#34)Glenn Morris2012-10-151-6/+14
* Partially revert previous commit.Bastien Guerry2012-09-301-13/+0