summaryrefslogtreecommitdiff
path: root/tools/Jamfile.v2
diff options
context:
space:
mode:
authorRene Rivera <grafikrobot@gmail.com>2005-04-25 04:24:41 +0000
committerRene Rivera <grafikrobot@gmail.com>2005-04-25 04:24:41 +0000
commit94b0481ecb5f5b718b8264828d0c35cfbbd2988e (patch)
treed5aa1feb292e607bcd8aa7981f534d72210fb5e4 /tools/Jamfile.v2
parent2853ba147665b6f61e37b087074b4b6ddaf508e7 (diff)
downloadboost-94b0481ecb5f5b718b8264828d0c35cfbbd2988e.tar.gz
Also copy the boostbook files for installation.
[SVN r28465]
Diffstat (limited to 'tools/Jamfile.v2')
-rw-r--r--tools/Jamfile.v210
1 files changed, 10 insertions, 0 deletions
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) ]
+ :
+ <location>../dist/share
+ <install-source-root>.
+ ;