Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e3188d80
Commit
e3188d80
authored
Oct 17, 2005
by
Jason Rumney
Browse files
(pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD):
New targets for shell specific generation of mh-autoloads.
parent
595f93ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
6 deletions
+29
-6
lisp/makefile.w32-in
lisp/makefile.w32-in
+29
-6
No files found.
lisp/makefile.w32-in
View file @
e3188d80
...
...
@@ -300,6 +300,17 @@ MH_E_SRC = $(lisp)/mh-e/mh-acros.el $(lisp)/mh-e/mh-alias.el \
mh-autoloads
:
$(lisp)/mh-e/mh-loaddefs.el
$(lisp)/mh-e/mh-loaddefs.el
:
$(MH_E_SRC)
$(MAKE)
$(MFLAGS)
pre-mh-loaddefs.el-
$(SHELLTYPE)
cp
pre-mh-loaddefs.el-
$(SHELLTYPE)
$@
rm
re-mh-loaddefs.el-
$(SHELLTYPE)
$(EMACS)
$(EMACSOPT)
\
-l
autoload
\
--eval
"(setq generate-autoload-cookie
\"
;;;###mh-autoload
\"
)"
\
--eval
"(setq generated-autoload-file
\"
$(lisp)
/mh-e/mh-loaddefs.el
\"
)"
\
--eval
"(setq make-backup-files nil)"
\
-f
batch-update-autoloads
$(lisp)
/mh-e
pre-mh-loaddefs.el-SH
:
echo
";;; mh-loaddefs.el --- automatically extracted autoloads"
>
$@
echo
";;"
>>
$@
echo
";;; Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc."
>>
$@
...
...
@@ -308,12 +319,6 @@ $(lisp)/mh-e/mh-loaddefs.el: $(MH_E_SRC)
echo
";;; Commentary:"
>>
$@
echo
";;; Change Log:"
>>
$@
echo
";;; Code:"
>>
$@
$(EMACS)
$(EMACSOPT)
\
-l
autoload
\
--eval
"(setq generate-autoload-cookie
\"
;;;###mh-autoload
\"
)"
\
--eval
"(setq generated-autoload-file
\"
$(lisp)
/mh-e/mh-loaddefs.el
\"
)"
\
--eval
"(setq make-backup-files nil)"
\
-f
batch-update-autoloads
$(lisp)
/mh-e
echo
""
>>
$@
echo
"(provide 'mh-loaddefs)"
>>
$@
echo
";;; Local Variables:"
>>
$@
...
...
@@ -323,6 +328,24 @@ $(lisp)/mh-e/mh-loaddefs.el: $(MH_E_SRC)
echo
";;; End:"
>>
$@
echo
";;; mh-loaddefs.el ends here"
>>
$@
pre-mh-loaddefs.el-CMD
:
echo
;;;
mh-loaddefs.el
---
automatically extracted autoloads>
$@
echo
;;
>>
$@
echo
;;;
Copyright
(
C
)
2003, 2004, 2005 Free Software Foundation, Inc.>>
$@
echo
;;;
Author: Bill Wohler
(
wohler@newt.com
)>>
$@
echo
;;;
Keywords: mail>>
$@
echo
;;;
Commentary:>>
$@
echo
;;;
Change Log:>>
$@
echo
;;;
Code:>>
$@
echo.
>>
$@
echo
(
provide
'mh-loaddefs)>> $@
echo ;;; Local Variables:>> $@
echo ;;; version-control: never>> $@
echo ;;; no-byte-compile: t>> $@
echo ;;; no-update-autoloads: t>> $@
echo ;;; End:>> $@
echo ;;; mh-loaddefs.el ends here>> $@
# Prepare a bootstrap in the lisp subdirectory.
#
# Build loaddefs.el to make sure it's up-to-date. If it's not, that
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment