summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-04-29 22:40:29 +0000
committerKarl Berry <karl@freefriends.org>2008-04-29 22:40:29 +0000
commitbcf86abb25be0f6cec4a99dfe1ab4a7d56ee8afc (patch)
treefe3c0879cde7ca6c2432b8456fecebbd80507229 /Build/source/texk/web2c
parent37b8defbcb47d1681a0b7bb8711751072cd5aa98 (diff)
got confused with the install logic
git-svn-id: svn://tug.org/texlive/trunk@7731 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c')
-rw-r--r--Build/source/texk/web2c/doc/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/doc/Makefile.in b/Build/source/texk/web2c/doc/Makefile.in
index 860d44b01c4..f6ba92e8582 100644
--- a/Build/source/texk/web2c/doc/Makefile.in
+++ b/Build/source/texk/web2c/doc/Makefile.in
@@ -50,8 +50,7 @@ install: install-exec install-data
install-exec:
install-data: web2c.info
$(SHELL) $(top_srcdir)/../mkinstalldirs $(infodir)
- test -r ./web2c.info \
- || $(INSTALL_DATA) $(srcdir)/web2c.i* $(infodir)/
+ $(INSTALL_DATA) $(srcdir)/web2c.i* $(infodir)/
#
$(POST_INSTALL)
if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \