Download zip Select Archive Format
Name Last Update history
File empty ..
File txt README.txt Loading commit data...
File txt check_usage_messages.sh Loading commit data...
File txt cpplint.py Loading commit data...
File txt find_missing_dependencies.sh Loading commit data...
File txt find_unused_programs.sh Loading commit data...
File txt fix_apache_headers.sh Loading commit data...
File txt fix_cpplint_whitespace.sh Loading commit data...
File txt fix_include_guards.sh Loading commit data...
File txt reorder_addlibs.sh Loading commit data...
File txt svnignore.sh Loading commit data...

README.txt

# This directory contains various scripts that can be used to maintain certain
# aspects of the Kaldi code: various things that are supposed to be run
# automatically.

# There are some things that are not included here that relate to maintenance and
# checking:

# ../src/doc/README,
# which Dan generally runs by doing:
# cd ../src
# . doc/README
# (but this won't work for most people, as relies on certain things being set up right
# on Sourceforge).

# also ../src/doc/cpplint.py is useful as a style checker.