Преглед изворни кода

Also copy the boostbook files for installation.

[SVN r28465]
Rene Rivera пре 21 година
родитељ
комит
94b0481ecb
1 измењених фајлова са 10 додато и 0 уклоњено
  1. 10 0
      tools/Jamfile.v2

+ 10 - 0
tools/Jamfile.v2

@@ -37,3 +37,13 @@ install dist-lib
     :
     :
     release
     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号