From d90fdf033940cdc01a7b451ef50d93794c38dea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Sat, 23 Aug 2008 19:25:23 +0000 Subject: [PATCH] Minor stylistic changes made to the Boost Build task.xml documentation. [SVN r48321] --- doc/src/tasks.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/tasks.xml b/doc/src/tasks.xml index bf3213313..c4032bd7c 100644 --- a/doc/src/tasks.xml +++ b/doc/src/tasks.xml @@ -315,13 +315,13 @@ install dist : hello install-source-root - By default, the install rules will strip paths from its + By default, the install rule will strip paths from its sources. So, if sources include a/b/c.hpp, the a/b part will be ignored. To make the install rule preserve the directory hierarchy you need to - use the install-source-root feature to specify the root of - the hierarchy you are installing. Relative paths from that root will be - preserved. For example, if you write: + use the <install-source-root> feature to specify + the root of the hierarchy you are installing. Relative paths from that + root will be preserved. For example, if you write: install headers : a/b/c.h