diff options
| author | Richard M. Stallman | 1994-05-12 10:52:49 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-05-12 10:52:49 +0000 |
| commit | fed76e7839cf9ba9fd802d72a1bdc28d6281dd7c (patch) | |
| tree | b3e2b8c55751aa5ec134c075ad460993dcb7c50a /lib-src | |
| parent | f512d050d3d4189a5e2a8fed78c32b380c065525 (diff) | |
| download | emacs-fed76e7839cf9ba9fd802d72a1bdc28d6281dd7c.tar.gz emacs-fed76e7839cf9ba9fd802d72a1bdc28d6281dd7c.zip | |
(maybe-blessmail): Mention bless-mail is in lib-src.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 9f35150e73f..39c09cf76fd 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -175,7 +175,7 @@ maybe-blessmail: BLESSMAIL | |||
| 175 | @if [ `wc -l <blessmail` != 2 ] ; then \ | 175 | @if [ `wc -l <blessmail` != 2 ] ; then \ |
| 176 | dir=`sed -n -e 's/echo mail directory = \(.*\)/\1/p' blessmail`; \ | 176 | dir=`sed -n -e 's/echo mail directory = \(.*\)/\1/p' blessmail`; \ |
| 177 | echo Assuming $$dir is really the mail spool directory, you should; \ | 177 | echo Assuming $$dir is really the mail spool directory, you should; \ |
| 178 | echo run ./blessmail ${archlibdir}/movemail; \ | 178 | echo run lib-src/blessmail ${archlibdir}/movemail; \ |
| 179 | echo as root, to give movemail appropriate permissions.; \ | 179 | echo as root, to give movemail appropriate permissions.; \ |
| 180 | echo Do that after running make install.; \ | 180 | echo Do that after running make install.; \ |
| 181 | fi | 181 | fi |