Files
cappuccino/Tools/Documentation/postprocess/002.transform_text.sh
T
Aparajita Fishman 6d962bc51a More documentation enhancements...
- Changed to centered, fixed-width layout, it results in shorter line lengths which reads more easily.
- Moved support files to separate support directory.
- Removed blank lines at end of multi-parameter method prototypes.
2011-05-18 07:50:27 -07:00

18 lines
393 B
Bash
Executable File

#!/bin/bash
#
# NOTE: The working directory should be the main capp directory when this script is run
#
# $1 Cappuccino Tools/Documentation directory
# $2 Generated documentation directory
# Do this if you want to use the utility functions
source "$1"/support/processor_setup.sh
if [ ! -d "$2" ]; then
exit 0
fi
processor_msg 'Massaging text...'
exec "$1"/support/massage_text.py "$2"