Also copy the boostbook files for installation.

[SVN r28465]
This commit is contained in:
Rene Rivera 2005-04-25 04:24:41 +00:00
parent 2853ba1476
commit 94b0481ecb

View file

@ -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>.
;