summaryrefslogtreecommitdiff
path: root/t/txinfo-tex-dist.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/txinfo-tex-dist.sh')
-rw-r--r--t/txinfo-tex-dist.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/txinfo-tex-dist.sh b/t/txinfo-tex-dist.sh
index c0633ff40..60b68684e 100644
--- a/t/txinfo-tex-dist.sh
+++ b/t/txinfo-tex-dist.sh
@@ -28,8 +28,8 @@ cat > Makefile.am << 'END'
info_TEXINFOS = textutils.texi
.PHONY: test1 test2
test1:
- @echo DISTFILES = $(DISTFILES)
- echo ' ' $(DISTFILES) ' ' | grep '[ /]texinfo\.tex '
+ @echo am.dist.all-files = $(am.dist.all-files)
+ echo ' ' $(am.dist.all-files) ' ' | grep '[ /]texinfo\.tex '
test2: distdir
ls -l $(distdir)
test -f $(distdir)/texinfo.tex