2
0
mirror of https://github.com/boostorg/build.git synced 2026-01-19 04:02:14 +00:00

Include options/ and contrib/ when installing Boost.Build.

This commit is contained in:
Steven Watanabe
2017-03-01 08:43:15 -07:00
parent 194928230e
commit abdf4805c4

View File

@@ -35,7 +35,9 @@ package.install-data boost-build-core
$(SELF)/boost-build.jam
$(SELF)/src/build-system.jam
[ path.glob-tree $(SELF)/src/build : *.jam *.py ]
[ path.glob-tree $(SELF)/src/contrib : *.jam *.py ]
[ path.glob-tree $(SELF)/src/kernel : *.jam *.py ]
[ path.glob-tree $(SELF)/src/options : *.jam *.py ]
[ path.glob-tree $(SELF)/src/util : *.jam *.py ]
[ path.glob-tree $(SELF)/src/tools : *.jam *.py *.xml *.xsl *.doxyfile *.hpp ]
$(e2)