[liblouis-liblouisxml] [liblouis] r654 committed - Make sure the test table include.utb is included in the release so tha...

  • From: liblouis@xxxxxxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Thu, 31 May 2012 15:07:28 +0000

Revision: 654
Author:   christian.egli@xxxxxxxxxxxxxx
Date:     Thu May 31 08:07:11 2012
Log: Make sure the test table include.utb is included in the release so that `make distcheck` passes

http://code.google.com/p/liblouis/source/detail?r=654

Added:
 /trunk/tests/tables/moreTables/Makefile.am
Modified:
 /trunk/configure.ac
 /trunk/tests/tables/Makefile.am
 /trunk/tests/tables/moreTables

=======================================
--- /dev/null
+++ /trunk/tests/tables/moreTables/Makefile.am  Thu May 31 08:07:11 2012
@@ -0,0 +1,1 @@
+EXTRA_DIST = include.utb
=======================================
--- /trunk/configure.ac Wed May 30 10:00:22 2012
+++ /trunk/configure.ac Thu May 31 08:07:11 2012
@@ -118,6 +118,7 @@
        liblouis.pc
         tests/Makefile
         tests/tables/Makefile
+        tests/tables/moreTables/Makefile
         tests/doctests/Makefile
         tests/harness/Makefile
        python/Makefile
=======================================
--- /trunk/tests/tables/Makefile.am     Thu May 31 06:55:01 2012
+++ /trunk/tests/tables/Makefile.am     Thu May 31 08:07:11 2012
@@ -1,3 +1,5 @@
+SUBDIRS = moreTables
+
 EXTRA_DIST =                                   \
        inpos_match_replace.ctb                 \
        inpos_pass0.ctb                         \
For a description of the software, to download it and links to
project pages go to http://www.abilitiessoft.com

Other related posts:

  • » [liblouis-liblouisxml] [liblouis] r654 committed - Make sure the test table include.utb is included in the release so tha... - liblouis