summaryrefslogtreecommitdiff
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
parent37b8defbcb47d1681a0b7bb8711751072cd5aa98 (diff)
got confused with the install logic
git-svn-id: svn://tug.org/texlive/trunk@7731 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/dvipsk/Makefile.in3
-rw-r--r--Build/source/texk/kpathsea/Makefile.in3
-rw-r--r--Build/source/texk/web2c/doc/Makefile.in3
3 files changed, 3 insertions, 6 deletions
diff --git a/Build/source/texk/dvipsk/Makefile.in b/Build/source/texk/dvipsk/Makefile.in
index 31fd966ce1c..2c5c34d297b 100644
--- a/Build/source/texk/dvipsk/Makefile.in
+++ b/Build/source/texk/dvipsk/Makefile.in
@@ -104,8 +104,7 @@ install-data: $(program).info
# PostScript prologues and encodings.
for h in $(prologues); do $(INSTALL_DATA) $$h $(psheaderdir)/base/$$h; done
# Info files.
- test -r ./$(program).info \
- || $(INSTALL_DATA) $(srcdir)/$(program).i* $(infodir)/
+ $(INSTALL_DATA) $(srcdir)/$(program).i* $(infodir)/
# Man pages.
$(INSTALL_DATA) $(srcdir)/$(program).1 $(man1dir)/$(program).$(manext)
rm -f $(man1dir)/o$(program).$(manext)
diff --git a/Build/source/texk/kpathsea/Makefile.in b/Build/source/texk/kpathsea/Makefile.in
index 89a51f74879..bf86b4c4211 100644
--- a/Build/source/texk/kpathsea/Makefile.in
+++ b/Build/source/texk/kpathsea/Makefile.in
@@ -203,8 +203,7 @@ install-data: texmf.cnf kpathsea.info install-man
$(INSTALL_DATA) texmf.cnf $(web2cdir)/texmf.cnf; \
else true; fi
# Info files.
- test -r ./kpathsea.info \
- || $(INSTALL_DATA) $(srcdir)/kpathsea.i* $(infodir)/
+ $(INSTALL_DATA) $(srcdir)/kpathsea.i* $(infodir)/
# Should we install the headers? They are not just system-dependent,
# which is bad enough, but even compiler-dependent.
$(SHELL) $(top_srcdir)/../mkinstalldirs $(includedir)/kpathsea
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 \