texinfo-commits
[Top][All Lists]
Advanced

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

[6399] fix make distcheck for new test


From: Gavin D. Smith
Subject: [6399] fix make distcheck for new test
Date: Tue, 07 Jul 2015 12:16:27 +0000

Revision: 6399
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6399
Author:   gavin
Date:     2015-07-07 12:16:26 +0000 (Tue, 07 Jul 2015)
Log Message:
-----------
fix make distcheck for new test

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/util/Makefile.am
    trunk/util/tests/texi2dvi_helpversion.sh

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2015-07-06 21:13:17 UTC (rev 6398)
+++ trunk/ChangeLog     2015-07-07 12:16:26 UTC (rev 6399)
@@ -1,3 +1,9 @@
+2015-07-07  Gavin Smith  <address@hidden>
+
+       * util/Makefile.am (EXTRA_DIST): Distribute TESTS, but not
+       all the contents of the test subdirectory, as this makes it 
+       possible for *.trs files to be be distributed.
+
 2015-07-06  Gavin Smith  <address@hidden>
 
        * util/Makefile.am (TESTS): Add variable.

Modified: trunk/util/Makefile.am
===================================================================
--- trunk/util/Makefile.am      2015-07-06 21:13:17 UTC (rev 6398)
+++ trunk/util/Makefile.am      2015-07-07 12:16:26 UTC (rev 6399)
@@ -60,8 +60,7 @@
   pdftexi2dvi \
   texi2dvi texi2pdf \
   $(dist_pkgdata_DATA) texinfo-cat.in texi-elements-by-size \
-  texi2html txixml2texi.pl $(w32_bat) \
-  tests  
+  texi2html txixml2texi.pl $(w32_bat) $(TESTS)
 
 DISTCLEANFILES = txixml2texi
 

Modified: trunk/util/tests/texi2dvi_helpversion.sh
===================================================================
--- trunk/util/tests/texi2dvi_helpversion.sh    2015-07-06 21:13:17 UTC (rev 
6398)
+++ trunk/util/tests/texi2dvi_helpversion.sh    2015-07-07 12:16:26 UTC (rev 
6399)
@@ -2,7 +2,7 @@
 
 set -x
 
-texi2dvi=./texi2dvi
+texi2dvi=$srcdir/texi2dvi
 
 out=`$texi2dvi --version`
 if test $? -ne 0 || test -z "$out"; then




reply via email to

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