kaldi/misc/maintenance
Dan Povey f62e51ea7b trunk: Updating svn:ignore properties. These are now extracted from the .gitignore file using the script misc/maintenance/svnignore.sh.
Adding 'unlink' commands to various tests that write to files (this process is not complete).
    Some changes to the online-decoding setup as it relates to pitch (this work is not yet finished, but checking it in with other changes,
      as it shouldn't break anything that currently runs.)



git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4365 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2014-09-01 21:12:29 +00:00
..
README.txt trunk: Updating svn:ignore properties. These are now extracted from the .gitignore file using the script misc/maintenance/svnignore.sh. 2014-09-01 21:12:29 +00:00
gitignore.sh trunk: Updating svn:ignore properties. These are now extracted from the .gitignore file using the script misc/maintenance/svnignore.sh. 2014-09-01 21:12:29 +00:00
svnignore.sh trunk: Updating svn:ignore properties. These are now extracted from the .gitignore file using the script misc/maintenance/svnignore.sh. 2014-09-01 21:12:29 +00:00

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.