From 90f28402423d5f9c32ad151a6634859451152050 Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Mon, 8 Feb 2010 20:39:50 +0000 Subject: [PATCH] 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 --- main/ast_expr2.fl | 2 +- main/ast_expr2f.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); -- 2.47.2