The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit 7e4513b9fe98a1485a72920309d00f813004cc77
Author: Georg Baum <b...@lyx.org>
Date:   Thu May 23 22:02:34 2013 +0200

    Fix autotools build
    
    This typo was introduced in 01add2d52fee.

diff --git a/lib/Makefile.am b/lib/Makefile.am
index 500660a..cfdbc94 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1834,7 +1834,7 @@ dist_layouts_DATA =\
        layouts/achemso.layout \
        layouts/acm-sigs.layout \
        layouts/acm-sigs-alt.layout \
-       layouts/acmsig.inc \
+       layouts/acm-sigs.inc \
        layouts/acmsiggraph.layout \
        layouts/AEA.layout \
        layouts/agutex.layout \

commit 952853eb2358472644e45f3fe3a6f3a68fac3556
Author: Georg Baum <b...@lyx.org>
Date:   Thu May 23 22:00:56 2013 +0200

    Fix layout tests for autotools
    
    This part was forgotten in 6f16814d3b9f.

diff --git a/src/tests/test_layout b/src/tests/test_layout
index 02431ea..d82c48e 100755
--- a/src/tests/test_layout
+++ b/src/tests/test_layout
@@ -6,7 +6,7 @@ do
        echo Testing $i...
        dn=`dirname $i`
        bn=`basename $i .layout`
-       if ! ./check_Layout ${dn}/${bn}; then
+       if ! ./check_layout ${dn}/${bn}; then
                retval=1
        fi
 done

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

Summary of changes:
 lib/Makefile.am       |    2 +-
 src/tests/test_layout |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to