aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-02-08 20:39:50 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-02-08 20:39:50 +0000
commit0efebb3662ec6b5065664d7c6a263c1599ac99bc (patch)
tree778ad926705918d174723ce304b84b57f3178660
parent70c9ac5d7832480ea17efc2393da8317c11a8583 (diff)
Remove reference of documentation in source directory.
People don't always build Asterisk from source (distro packages, anybody?). git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@245496 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--main/ast_expr2.fl2
-rw-r--r--main/ast_expr2f.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/main/ast_expr2.fl b/main/ast_expr2.fl
index 68ccb4a17..ad0000736 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 0a0b09450..b43123372 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);