Add copying of some missing files in the headers directory, that are not headers. And add copying of the specially named TR1 headers.

[SVN r37662]
This commit is contained in:
Rene Rivera 2007-05-11 03:40:34 +00:00
parent 771634b177
commit 8aeee64200

View file

@ -330,6 +330,15 @@ else if [ modules.peek : UNIX ]
local headers =
[ path.glob-tree boost : *.hpp *.ipp *.h *.inc : CVS ]
[ path.glob-tree boost/compatibility/cpp_c_headers : c* : CVS ]
[ path.glob-tree boost/test/utils/runtime : *.cpp : CVS ]
[ path.glob-tree boost/spirit/tree :
parsetree.dtd : CVS ]
[ path.glob-tree boost/tr1/tr1 :
algorithm array bitset complex deque exception fstream functional
iomanip ios iostream istream iterator limits list locale map
memory new numeric ostream queue random regex set sstream stack
stdexcept streambuf string strstream tuple type_traits typeinfo
utility valarray vector *.SUNWCCh : CVS ]
;