summaryrefslogtreecommitdiff
path: root/mk/install.mk
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2007-09-14 09:37:38 +0000
committerSimon Marlow <simonmar@microsoft.com>2007-09-14 09:37:38 +0000
commit741b2b95de4b016a34cf58fb822368fa90244dfc (patch)
tree42f0cc9d2ba912fe1b9c025e4ad0becd579e87ed /mk/install.mk
parente05f9de137269701df667b69d741dfae616694f7 (diff)
downloadhaskell-741b2b95de4b016a34cf58fb822368fa90244dfc.tar.gz
fix install-docs for non-html docs
Diffstat (limited to 'mk/install.mk')
-rw-r--r--mk/install.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/install.mk b/mk/install.mk
index 9ad3d2fad6..d594c8c84d 100644
--- a/mk/install.mk
+++ b/mk/install.mk
@@ -285,7 +285,7 @@ install-docs-html-no-chunks:
install-docs-%:
$(INSTALL_DIR) $(DESTDIR)$($*dir)
- $(INSTALL_DATA) $(INSTALL_OPTS) $(INSTALL_XML_DOC)$* $(DESTDIR)$($*dir)
+ $(INSTALL_DATA) $(INSTALL_OPTS) $(INSTALL_XML_DOC).$* $(DESTDIR)$($*dir)
endif
endif