(svn r17621) -Document [FS#3216]: most of the functions an AI can/must use in their instantiation of AIInfo.
This commit is contained in:
@@ -26,7 +26,7 @@ if [ -z "$1" ]; then
|
||||
for f in `ls *.hpp`; do
|
||||
case "${f}" in
|
||||
# these files should not be changed by this script
|
||||
"ai_controller.hpp" | "ai_object.hpp" | "ai_types.hpp" | "ai_changelog.hpp" ) continue;
|
||||
"ai_controller.hpp" | "ai_object.hpp" | "ai_types.hpp" | "ai_changelog.hpp" | "ai_info_docs.hpp" ) continue;
|
||||
esac
|
||||
${AWK} -f squirrel_export.awk ${f} > ${f}.tmp
|
||||
if ! [ -f "${f}.sq" ] || [ -n "`diff -I '$Id' ${f}.tmp ${f}.sq 2> /dev/null || echo boo`" ]; then
|
||||
|
||||
Reference in New Issue
Block a user