1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

($(lisp)/mh-e/mh-loaddefs.el): Fix for building

outside source directory.
This commit is contained in:
Andreas Schwab 2005-10-10 09:34:44 +00:00
parent 86bebbbc59
commit fde7576e52
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2005-10-10 Andreas Schwab <schwab@suse.de>
* Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
outside source directory.
2005-10-10 Carsten Dominik <dominik@science.uva.nl>
* textmodes/org.el: (org-mode-map): Explicit definition of `C-c

View File

@ -240,9 +240,9 @@ $(lisp)/mh-e/mh-loaddefs.el: $(MH-E-SRC)
$(EMACS) $(EMACSOPT) \
-l autoload \
--eval "(setq generate-autoload-cookie \";;;###mh-autoload\")" \
--eval "(setq generated-autoload-file (expand-file-name \"mh-e/mh-loaddefs.el\"))" \
--eval "(setq generated-autoload-file \"$(lisp)/mh-e/mh-loaddefs.el\")" \
--eval "(setq make-backup-files nil)" \
-f batch-update-autoloads mh-e
-f batch-update-autoloads $(lisp)/mh-e
echo " " >> $@
echo "(provide 'mh-loaddefs)" >> $@
echo ";;; Local Variables:" >> $@