fix install-docs for non-html docs
authorSimon Marlow <simonmar@microsoft.com>
Fri, 14 Sep 2007 09:37:38 +0000 (09:37 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Fri, 14 Sep 2007 09:37:38 +0000 (09:37 +0000)
mk/install.mk

index 9ad3d2f..d594c8c 100644 (file)
@@ -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