From: Jason Parker Date: Mon, 8 Feb 2010 20:39:50 +0000 (+0000) Subject: Remove reference of documentation in source directory. X-Git-Tag: 1.4.30-rc3~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90f28402423d5f9c32ad151a6634859451152050;p=thirdparty%2Fasterisk.git Remove reference of documentation in source directory. People don't always build Asterisk from source (distro packages, anybody?). git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@245496 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/ast_expr2.fl b/main/ast_expr2.fl index 68ccb4a17c..ad0000736c 100644 --- a/main/ast_expr2.fl +++ b/main/ast_expr2.fl @@ -415,7 +415,7 @@ int ast_yyerror (const char *s, yyltype *loc, struct parse_io *parseio ) (extra_error_message_supplied?extra_error_message:""), s2, parseio->string,spacebuf2); #endif #ifndef STANDALONE - ast_log(LOG_WARNING,"If you have questions, please refer to doc/channelvariables.txt in the asterisk source.\n"); + ast_log(LOG_WARNING,"If you have questions, please refer to doc/channelvariables.txt.\n"); #endif free(s2); return(0); diff --git a/main/ast_expr2f.c b/main/ast_expr2f.c index 0a0b094508..b431233728 100644 --- a/main/ast_expr2f.c +++ b/main/ast_expr2f.c @@ -2534,7 +2534,7 @@ int ast_yyerror (const char *s, yyltype *loc, struct parse_io *parseio ) (extra_error_message_supplied?extra_error_message:""), s2, parseio->string,spacebuf2); #endif #ifndef STANDALONE - ast_log(LOG_WARNING,"If you have questions, please refer to doc/channelvariables.txt in the asterisk source.\n"); + ast_log(LOG_WARNING,"If you have questions, please refer to doc/channelvariables.txt.\n"); #endif free(s2); return(0);