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 0cb3c82ac7c780c1588c495a36d725c1ca2a5c76 (commit) from 9e826e368de450dfdaacf38def352d6314c76b62 (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=0cb3c82ac7c780c1588c495a36d725c1ca2a5c76 commit 0cb3c82ac7c780c1588c495a36d725c1ca2a5c76 Author: David Levine <levin...@acm.org> Date: Tue Apr 3 20:47:17 2012 -0500 Moved nmh.spec and docs/replyfilter to new docs/contrib/ directory. diff --git a/Makefile.am b/Makefile.am index dbb5ec8..80d87f5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -168,7 +168,13 @@ dist_doc_DATA = COPYRIGHT VERSION docs/COMPLETION-BASH docs/COMPLETION-TCSH \ docs/MAIL.FILTERING docs/MAILING-LISTS docs/README-ATTACHMENTS \ docs/README-HOOKS docs/README-components docs/README.about \ docs/README.SASL docs/README.developers docs/README.manpages \ - docs/TODO docs/replyfilter + docs/TODO + +## +## Contribs that get installed in docdir/contrib/ +## +contribdir = $(docdir)/contrib +dist_contrib_DATA = docs/contrib/nmh.spec docs/contrib/replyfilter ## ## Our man pages @@ -194,7 +200,7 @@ man_MANS = man/ali.1 man/anno.1 man/ap.8 man/burst.1 man/comp.1 \ ## Automake using the automatic rules ## EXTRA_DIST = config/version.sh sbr/sigmsg.awk etc/mts.conf.in etc/sendfiles.in \ - etc/mhn.defaults.sh $(MHNSEARCHPROG) nmh.spec DATE \ + etc/mhn.defaults.sh $(MHNSEARCHPROG) DATE \ docs/ChangeLog_MH-3_to_MH-6.6 \ docs/ChangeLog_MH-6.7.0_to_MH-6.8.4.html \ man/ali.man man/anno.man man/ap.man man/burst.man man/comp.man \ @@ -554,7 +560,7 @@ rpm: dist @test -d $(rpmdir)/SPECS || $(MKDIR_P) $(rpmdir)/SPECS @mv -f $(DIST_ARCHIVES) $(rpmdir)/SOURCES @cp -p VERSION $(rpmdir)/SOURCES - @cp -p nmh.spec $(rpmdir)/SPECS + @cp -p docs/contrib/nmh.spec $(rpmdir)/SPECS @rpmbuild --define '_topdir $(rpmdir)' \ --define '_tmppath %{_topdir}/TMP' \ --define "_sysconfdir $(DESTDIR)$(sysconfdir)" \ diff --git a/nmh.spec b/docs/contrib/nmh.spec similarity index 100% rename from nmh.spec rename to docs/contrib/nmh.spec diff --git a/docs/replyfilter b/docs/contrib/replyfilter similarity index 100% rename from docs/replyfilter rename to docs/contrib/replyfilter ----------------------------------------------------------------------- Summary of changes: Makefile.am | 12 +++++++++--- nmh.spec => docs/contrib/nmh.spec | 0 docs/{ => contrib}/replyfilter | 0 3 files changed, 9 insertions(+), 3 deletions(-) rename nmh.spec => docs/contrib/nmh.spec (100%) rename docs/{ => contrib}/replyfilter (100%) hooks/post-receive -- The nmh Mail Handling System _______________________________________________ Nmh-commits mailing list Nmh-commits@nongnu.org https://lists.nongnu.org/mailman/listinfo/nmh-commits