From 4d1c02b736f4c1e827b11085cdc83ce4b46c03d1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 26 Jun 2016 16:06:54 +0200 Subject: Add notion of ad hoc group, use to handle DLL/import library --- build2/install/module.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build2/install/module.cxx') diff --git a/build2/install/module.cxx b/build2/install/module.cxx index 1ebbb17..15c6ea8 100644 --- a/build2/install/module.cxx +++ b/build2/install/module.cxx @@ -182,9 +182,9 @@ namespace build2 // Configure "installability" for built-in target types. // - path (b, dir_path ("doc")); // Install into install.doc. - path (b, dir_path ("man")); // Install into install.man. - path (b, dir_path ("man1")); // Install into install.man1. + install_path (b, dir_path ("doc")); // Install into install.doc. + install_path (b, dir_path ("man")); // Install into install.man. + install_path (b, dir_path ("man1")); // Install into install.man1. return true; } -- cgit v1.1