23 lines
469 B
Plaintext
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" > "$(<)"
|
|
}
|