diff options
author | Karl Berry <karl@freefriends.org> | 2017-01-10 23:39:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-01-10 23:39:44 +0000 |
commit | f9be0b9296d423d498bdc7fc790f1f092dd9ceef (patch) | |
tree | c4d9ea9aeb42056ba87b85ed6c2fe4b5562d7996 /Build/source | |
parent | 717e95591209e3400b26fcadeb11d7ff03ac61b7 (diff) |
reautoconf,doc
git-svn-id: svn://tug.org/texlive/trunk@42921 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/extra/epstopdf/README | 2 | ||||
-rwxr-xr-x | Build/source/libs/gmp/configure | 2 | ||||
-rw-r--r-- | Build/source/texk/mendexk/Makefile.in | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/extra/epstopdf/README b/Build/source/extra/epstopdf/README index f28e746db19..17d89cfbaa0 100644 --- a/Build/source/extra/epstopdf/README +++ b/Build/source/extra/epstopdf/README @@ -15,7 +15,7 @@ When reporting bugs, please include an input file and command line options, so the problem can be reproduced. ------------------------------------------------------------------------- -Various test files and a Makefile to drive them are in the source +Various test files and a Makefile to exercise them are in the source repository, which is currently a subdirectory of the texlive Subversion repo, purely for the developers' convenience: http://tug.org/svn/texlive/trunk/Build/source/extra/epstopdf/ diff --git a/Build/source/libs/gmp/configure b/Build/source/libs/gmp/configure index 2323f4f2cef..5342f26e5db 100755 --- a/Build/source/libs/gmp/configure +++ b/Build/source/libs/gmp/configure @@ -6148,7 +6148,7 @@ else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include "gmp-tmp.h" -#include "$srcdir/gmp-src/gmp-impl.h" +#include "$srcdir/gmp-6.1.2/gmp-impl.h" int main () { diff --git a/Build/source/texk/mendexk/Makefile.in b/Build/source/texk/mendexk/Makefile.in index 5f1d12a7d39..074bf14b686 100644 --- a/Build/source/texk/mendexk/Makefile.in +++ b/Build/source/texk/mendexk/Makefile.in @@ -571,8 +571,8 @@ mendex_SOURCES = \ LDADD = $(PTEXENC_LIBS) $(KPATHSEA_LIBS) dist_man1_MANS = mendex.1 EXTRA_DIST = COPYRIGHT COPYRIGHT.ja ChangeLog.ja indexsty mendex.doc \ - mendex.1.ja $(TESTS) tests/foo.idx tests/foo.ind tests/uni.idx \ - tests/uni.dict tests/uni.ist tests/uni.ind + mendex.1 mendex.1.ja $(TESTS) tests/foo.idx tests/foo.ind \ + tests/uni.idx tests/uni.dict tests/uni.ist tests/uni.ind TESTS = tests/mendex.test DISTCLEANFILES = foo.* uni.* all: c-auto.h |