summaryrefslogtreecommitdiff
path: root/texinfos.am
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1996-01-03 21:04:15 +0000
committerTom Tromey <tromey@redhat.com>1996-01-03 21:04:15 +0000
commite3052ff7229db4317a5bead16bef69ea66fd1c85 (patch)
tree720f43b843c0c9786722f0bb90a4d221bcebd7b4 /texinfos.am
parent53979e0af0a583fff375f48da442f855fd73fae1 (diff)
downloadautomake-e3052ff7229db4317a5bead16bef69ea66fd1c85.tar.gz
Many fixes from Franc,ois
Diffstat (limited to 'texinfos.am')
-rw-r--r--texinfos.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/texinfos.am b/texinfos.am
index 34992b79a..2f3c8a55e 100644
--- a/texinfos.am
+++ b/texinfos.am
@@ -17,7 +17,7 @@ install-info: $(INFO_DEPS)
fi; \
## This ${...} is in the shell, not in make.
for ifile in `cd $$d && echo $${file}*`; do \
- $(INSTALL_DATA) $$ifile $(infodir)/$$ifile; \
+ $(INSTALL_DATA) $$d/$$ifile $(infodir)/$$ifile; \
done; \
## We need the 'else' because in some broken versions of sh 'if' will
## return false if the test fails. We use ':' because the GNU