summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
...
| * Make sure installed *.eln files have correct permissionsEli Zaretskii2021-08-061-0/+1
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-07-041-3/+37
|\ \ | |/
| * Install emacs-mail.desktop and emacsclient-mail.desktopPeter Oliver2021-07-021-0/+13
| * Fix NS self contained eln location (bug#49271)Alan Third2021-07-011-1/+1
| * ; * Makefile.in: Fix out-of-tree builds on NSMattias EngdegÄrd2021-06-281-1/+1
| * Fix NS native compilation buildsAlan Third2021-06-261-2/+16
| * Advertise support for Startup Notification when built with GTKPeter Oliver2021-06-221-0/+7
| * Fix "make -j install"Eli Zaretskii2021-06-221-1/+1
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-05-291-7/+7
|\ \ | |/
| * Rename emacs.appdata.xml to emacs.metainfo.xml and add more dataPeter Oliver2021-05-291-7/+7
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-05-191-30/+14
|\ \ | |/
| * * Makefile.in: Simplify maintainer-clean.Glenn Morris2021-05-101-5/+2
| * Always include the test/ directory in tarfilesGlenn Morris2021-05-101-12/+2
| * Small fixes for out-of-tree clean rules.Glenn Morris2021-05-091-2/+3
| * Small fixes for Makefile clean rulesGlenn Morris2021-05-091-3/+2
| * Base the "extraclean" Make rule on "maintainer-clean"Glenn Morris2021-05-091-11/+8
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-04-271-3/+28
|\ \ | |/
| * Merge branch 'feature/native-comp' into into trunkAndrea Corallo2021-04-251-3/+28
| |\
| | * Fix install with NS app bundleAlan Third2021-04-071-2/+4
| | * * Makefile.in (BIN_DESTDIR, src): Fix 'BIN_DESTDIR' on MacOS.Andrea Corallo2021-04-071-1/+6
| | * Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-04-051-3/+1
| | |\
| | * \ Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-03-121-12/+6
| | |\ \
| | * \ \ Merge commit '9cbdf20316' into native-compAndrea Corallo2021-03-091-31/+17
| | |\ \ \
| | * | | | * Makefile.in (ELN_DESTDIR): Remove unnecessary double quoting.Andrea Corallo2021-03-041-1/+1
| | * | | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-01-081-0/+4
| | |\ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-01-021-1/+1
| | |\ \ \ \ \
| | * | | | | | * Makefile.in (w32locallisppath): Add PATH_REL_LOADSEARCH (bug#45303).Andrea Corallo2020-12-171-0/+1
| | * | | | | | Make filename hashing compatible with self contained builds (bug#43532)Andrea Corallo2020-10-041-0/+5
| | * | | | | | * Makefile.in (ELN_DESTDIR): Add ${version}/ to it.Andrea Corallo2020-09-061-1/+1
| | * | | | | | Rename and move eln system directoryAndrea Corallo2020-09-041-3/+3
| | * | | | | | Make install target functional for new eln-cache directory arrangementAndrea Corallo2020-08-171-3/+13
| | * | | | | | Some Makefile updates and clean-upAndrea Corallo2020-08-171-0/+1
| | * | | | | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-08-131-0/+7
| | |\ \ \ \ \ \
| | * | | | | | | Implement working make install for native build.Andrea Corallo2020-04-121-1/+2
* | | | | | | | | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-04-251-15/+4
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Simlify top-level Makefile since admin is always includedGlenn Morris2021-04-241-15/+4
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-04-061-3/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Make maintainer-clean delete generated files, as per standardsGlenn Morris2021-04-041-2/+0
| * | | | | | | Fix 'extraclean' targetsEli Zaretskii2021-04-011-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-03-141-0/+4
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Make tags tables from Texinfo sourcesPetteri Hintsanen2021-03-111-0/+4
* | | | | | | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-03-081-43/+19
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Simplify silent-rules build machineryGlenn Morris2021-03-061-12/+2
| | |_|_|_|/ | |/| | | |
| * | | | | Don't pass implicit flags to sub-makesGlenn Morris2021-03-061-3/+3
| * | | | | Remove the --without-makeinfo configure option (bug#46837)Glenn Morris2021-03-061-28/+3
| * | | | | Revert "Fix Makefile subshell output when run in parallel"Eli Zaretskii2021-03-061-1/+1
| * | | | | Fix Makefile subshell output when run in parallelBasil L. Contovounesios2021-03-061-1/+1
| * | | | | * Makefile.in: Ensure non-info forms of doc/misc have an Emacs binary.Glenn Morris2021-03-041-4/+5
| * | | | | Generate info/dir directly from any org sourcesGlenn Morris2021-03-041-7/+4
| * | | | | ; Makefile.in: Update a comment.Glenn Morris2021-03-041-7/+4