shishi-commit
[Top][All Lists]
Advanced

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

[SCM] GNU shishi branch, master, updated. shishi-1-0-2-8-gd2c4bde


From: Mats Erik Andersson
Subject: [SCM] GNU shishi branch, master, updated. shishi-1-0-2-8-gd2c4bde
Date: Fri, 12 Apr 2013 10:12:13 +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 "GNU shishi".

http://git.savannah.gnu.org/cgit/shishi.git/commit/?id=d2c4bdeae6a64dfa647fd4e495ee12789b7c141b

The branch, master has been updated
       via  d2c4bdeae6a64dfa647fd4e495ee12789b7c141b (commit)
      from  07cd137bf79af3b9abfe08ff55c36a0c6785e733 (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 -----------------------------------------------------------------
commit d2c4bdeae6a64dfa647fd4e495ee12789b7c141b
Author: Mats Erik Andersson <address@hidden>
Date:   Fri Apr 12 12:08:09 2013 +0200

    Use $(MAKE) for portability.

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

Summary of changes:
 doc/Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 4b7d2fe..355e88f 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -811,9 +811,9 @@ gdoc_TEXINFOS += texi/fileutil.c.texi
 gdoc_TEXINFOS += texi/setup.c.texi
 
 $(gdoc_MANS) $(gdoc_TEXINFOS):
-       make update-makefile
-       make Makefile
-       make doit
+       $(MAKE) update-makefile
+       $(MAKE) Makefile
+       $(MAKE) doit
 
 GDOC_SRC = $(top_srcdir)/lib/*.c $(top_srcdir)/db/*.c
 


hooks/post-receive
-- 
GNU shishi



reply via email to

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