From 94b0481ecb5f5b718b8264828d0c35cfbbd2988e Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Mon, 25 Apr 2005 04:24:41 +0000 Subject: Also copy the boostbook files for installation. [SVN r28465] --- tools/Jamfile.v2 | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tools/Jamfile.v2') diff --git a/tools/Jamfile.v2 b/tools/Jamfile.v2 index 2c40b2d9c6..a190c8b89e 100644 --- a/tools/Jamfile.v2 +++ b/tools/Jamfile.v2 @@ -37,3 +37,13 @@ install dist-lib : release ; + +local patterns = *.dtd *.xml *.xsl LICENSE ; +local dirs = boostbook/dtd boostbook/xsl ; +install dist-share-boostbook + : + [ glob $(dirs)/$(patterns) $(dirs)/*/$(patterns) $(dirs)/*/*/$(patterns) ] + : + ../dist/share + . + ; -- cgit v1.2.1