boost/libs/bimap/doc/directdoxygen.jam
2018-01-12 21:47:58 +01:00

23 lines
469 B
Plaintext

# Boost.Bimap
#
# Copyright (c) 2006-2007 Matias Capeletto
#
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
import type ;
import generators ;
type.register HTML_DOXYFILE : hdf ;
type.register HTML_DOXYDOCS : hdt ;
generators.register-standard directdoxygen.run : HTML_DOXYFILE : HTML_DOXYDOCS ;
actions run
{
"doxygen" $(>)
echo "Stamped" > "$(<)"
}