summaryrefslogtreecommitdiff
path: root/Build/source/utils/axodraw2
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-02-11 22:24:34 +0000
committerKarl Berry <karl@freefriends.org>2018-02-11 22:24:34 +0000
commitff84279ea895ba7f1be6c8e233b23c168889099f (patch)
tree3a4571f3d8d10a957f4547293b8990ffda669f43 /Build/source/utils/axodraw2
parent4a2105d61fd1643789ea6ad59bb8f3bd24e4a099 (diff)
reautoconf, axohelp.test tweaks
git-svn-id: svn://tug.org/texlive/trunk@46596 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/axodraw2')
-rw-r--r--Build/source/utils/axodraw2/Makefile.in2
-rwxr-xr-xBuild/source/utils/axodraw2/axodraw2-src/axohelp.test2
2 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/utils/axodraw2/Makefile.in b/Build/source/utils/axodraw2/Makefile.in
index e0a8fec64cf..a3e81bdcad1 100644
--- a/Build/source/utils/axodraw2/Makefile.in
+++ b/Build/source/utils/axodraw2/Makefile.in
@@ -378,7 +378,7 @@ am__DIST_COMMON = $(srcdir)/../../am/dist_hook.am \
../../build-aux/config.guess ../../build-aux/config.sub \
../../build-aux/depcomp ../../build-aux/install-sh \
../../build-aux/ltmain.sh ../../build-aux/missing \
- ../../build-aux/texinfo.tex ../../build-aux/ylwrap
+ ../../build-aux/texinfo.tex ../../build-aux/ylwrap ChangeLog
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
diff --git a/Build/source/utils/axodraw2/axodraw2-src/axohelp.test b/Build/source/utils/axodraw2/axodraw2-src/axohelp.test
index b282d3bd0c2..123a2533590 100755
--- a/Build/source/utils/axodraw2/axodraw2-src/axohelp.test
+++ b/Build/source/utils/axodraw2/axodraw2-src/axohelp.test
@@ -10,7 +10,7 @@ if test -z "$test_srcdir"; then
fi
echo Running axohelp on test document ...
-cp $test_srcdir/test* .
+cp "$test_srcdir"/test* .
./axohelp test \
|| { echo axohelp failed to run correctly ; exit 1; }