mirror of
https://github.com/boostorg/boost.git
synced 2025-04-09 14:57:01 +00:00
Also copy the boostbook files for installation.
[SVN r28465]
This commit is contained in:
parent
2853ba1476
commit
94b0481ecb
1 changed files with 10 additions and 0 deletions
|
@ -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>.
|
||||
;
|
||||
|
|
Loading…
Add table
Reference in a new issue