mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-21 20:13:29 -08:00
Don't install fakemail.
This commit is contained in:
parent
196008b5de
commit
4eb908ea46
1 changed files with 4 additions and 1 deletions
|
|
@ -253,10 +253,13 @@ install: $(INSTALL_FILES)
|
|||
$(CP) $(BLD)\ctags.exe $(INSTALL_DIR)\bin
|
||||
$(CP) $(BLD)\hexl.exe $(INSTALL_DIR)\bin
|
||||
$(CP) $(BLD)\movemail.exe $(INSTALL_DIR)\bin
|
||||
$(CP) $(BLD)\fakemail.exe $(INSTALL_DIR)\bin
|
||||
- mkdir $(INSTALL_DIR)\etc
|
||||
$(CP) $(DOC) $(INSTALL_DIR)\etc
|
||||
|
||||
# Don't install fakemail by default. It sends mail into a
|
||||
# blackhole if /bin/mail is not installed.
|
||||
# $(CP) $(BLD)\fakemail.exe $(INSTALL_DIR)\bin
|
||||
|
||||
#
|
||||
# Maintenance
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue