nmh-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated


From: David Levine
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 924044cf8f0bfa48efbef2b35197b712b534e5b8
Date: Fri, 27 Jan 2012 02:05:52 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The nmh Mail Handling System".

The branch, master has been updated
       via  924044cf8f0bfa48efbef2b35197b712b534e5b8 (commit)
       via  9df0483bb754290174d73b959eacf63c680d0a72 (commit)
      from  1daa04bab784f205a8863d0eebc918444b2a9042 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/nmh.git/commit/?id=924044cf8f0bfa48efbef2b35197b712b534e5b8


commit 924044cf8f0bfa48efbef2b35197b712b534e5b8
Author: David Levine <address@hidden>
Date:   Thu Jan 26 20:05:30 2012 -0600

    Added uip/*.exe, for Cygwin.

diff --git a/.gitignore b/.gitignore
index b5766db..1c59e50 100644
--- a/.gitignore
+++ b/.gitignore
@@ -74,6 +74,7 @@
 /uip/viamail
 /uip/whatnow
 /uip/whom
+/uip/*.exe
 /nmh-*.tar.gz
 /aclocal.m4
 /ylwrap

http://git.savannah.gnu.org/cgit/nmh.git/commit/?id=9df0483bb754290174d73b959eacf63c680d0a72


commit 9df0483bb754290174d73b959eacf63c680d0a72
Author: David Levine <address@hidden>
Date:   Thu Jan 26 20:04:33 2012 -0600

    Removed slash in front of $(man5dir) of install-data-hook rule so that it 
now works on Cygwin.

diff --git a/Makefile.am b/Makefile.am
index 820ec74..bb22f5a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -365,8 +365,8 @@ install-exec-hook:
        fi
 
 install-data-hook:
-       rm -f $(DESTDIR)/$(man5dir)/mh_profile.5
-       ln $(DESTDIR)/$(man5dir)/mh-profile.5 $(DESTDIR)/$(man5dir)/mh_profile.5
+       rm -f $(DESTDIR)$(man5dir)/mh_profile.5
+       ln $(DESTDIR)$(man5dir)/mh-profile.5 $(DESTDIR)$(man5dir)/mh_profile.5
 ##
 ## Make sure we remove those links at uninstall time
 ##

-----------------------------------------------------------------------

Summary of changes:
 .gitignore  |    1 +
 Makefile.am |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
The nmh Mail Handling System



reply via email to

[Prev in Thread] Current Thread [Next in Thread]