30_tp_tools.b
This script is an example of a Shell script
that controls running Doxygen. The intent is for there to be a 30_
script and associated Doxygen project for every API source code project.
The modular design helps keep the build
process more efficient. The intent is that you only run the 30_
scripts for API source modules that have changed. As such, a valid improvement
to these scripts would be the (CVS) commands to check out the source
code for this project before running Doxygen.
For simplicity, only one 30_
script file (30_tp_tools.b) exists which
calls:
31_perl.b and 31_script.b
32_perl.b and 32_script.b
In larger systems, I use one 30_
script file with associated 31_
and 32_ script files for each
major API area.
Note: You are responsible for creating
30_, 31_,
and 32_ script files appropriate
for your API projects.
Open-Source tools compliments of Voyant Technologies, Inc. and Glenn C. Maxey.
01/13/2003
TP Tools v2-00-0a
# tpt-hug-02