1# Boost.Bimap 2# 3# Copyright (c) 2006-2007 Matias Capeletto 4# 5# Distributed under the Boost Software License, Version 1.0. 6# (See accompanying file LICENSE_1_0.txt or copy at 7# http://www.boost.org/LICENSE_1_0.txt) 8 9 10import type ; 11import generators ; 12 13type.register HTML_DOXYFILE : hdf ; 14type.register HTML_DOXYDOCS : hdt ; 15 16generators.register-standard directdoxygen.run : HTML_DOXYFILE : HTML_DOXYDOCS ; 17 18actions run 19{ 20 "doxygen" $(>) 21 echo "Stamped" > "$(<)" 22} 23