From 6032f406ad9d9dee98760ce30f92dc300da92fb0 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 23 Sep 2009 16:07:17 +0000 Subject: (svn r17621) -Document [FS#3216]: most of the functions an AI can/must use in their instantiation of AIInfo. --- src/ai/api/squirrel_export.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ai/api/squirrel_export.sh') diff --git a/src/ai/api/squirrel_export.sh b/src/ai/api/squirrel_export.sh index 403da7f52..3e0d77e40 100755 --- a/src/ai/api/squirrel_export.sh +++ b/src/ai/api/squirrel_export.sh @@ -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 -- cgit v1.2.3-54-g00ecf