Explorar o código

Also copy the boostbook files for installation.

[SVN r28465]
Rene Rivera %!s(int64=21) %!d(string=hai) anos
pai
achega
94b0481ecb
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      tools/Jamfile.v2

+ 10 - 0
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>.
+    ;

粤ICP备19079148号