[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[automake-commit] branch master updated: tests: TeX system required for
From: |
Karl Berry |
Subject: |
[automake-commit] branch master updated: tests: TeX system required for two more tests. |
Date: |
Thu, 07 May 2020 21:12:10 -0400 |
This is an automated email from the git hooks/post-receive script.
karl pushed a commit to branch master
in repository automake.
View the commit online:
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=1fae318a9042ca967ef9a4f03626cd8102470dd8
The following commit(s) were added to refs/heads/master by this push:
new 1fae318 tests: TeX system required for two more tests.
1fae318 is described below
commit 1fae318a9042ca967ef9a4f03626cd8102470dd8
Author: Karl Berry <address@hidden>
AuthorDate: Thu May 7 18:11:49 2020 -0700
tests: TeX system required for two more tests.
* t/instdir-no-empty.sh (required): makeinfo tex texi2dvi dvips.
* t/txinfo-bsd-make-recurs.sh (required): likewise.
---
t/instdir-no-empty.sh | 1 +
t/txinfo-bsd-make-recurs.sh | 1 +
2 files changed, 2 insertions(+)
diff --git a/t/instdir-no-empty.sh b/t/instdir-no-empty.sh
index 6a8d513..3d31c66 100644
--- a/t/instdir-no-empty.sh
+++ b/t/instdir-no-empty.sh
@@ -17,6 +17,7 @@
# An empty "foo_PRIMARY" declaration should *not* cause "make install"
# to create directory $(foodir). See automake bug#10997 and bug#11030.
+required='makeinfo tex texi2dvi dvips'
. test-init.sh
cat >> configure.ac <<'END'
diff --git a/t/txinfo-bsd-make-recurs.sh b/t/txinfo-bsd-make-recurs.sh
index bcd978c..0b1fc4b 100644
--- a/t/txinfo-bsd-make-recurs.sh
+++ b/t/txinfo-bsd-make-recurs.sh
@@ -17,6 +17,7 @@
# Make sure the documentation targets work as required with BSD make,
# even in the presence of subdirs (requires presence of default *-am rules).
+required='makeinfo tex texi2dvi dvips'
. test-init.sh
mkdir sub
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [automake-commit] branch master updated: tests: TeX system required for two more tests.,
Karl Berry <=