]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Remove reference of documentation in source directory.
authorJason Parker <jparker@digium.com>
Mon, 8 Feb 2010 20:39:50 +0000 (20:39 +0000)
committerJason Parker <jparker@digium.com>
Mon, 8 Feb 2010 20:39:50 +0000 (20:39 +0000)
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
main/ast_expr2f.c

index 68ccb4a17c1e522e646e3a3088d620cf61e26c8e..ad0000736c5d2706abc024de565f48cbe4d6e4b8 100644 (file)
@@ -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);
index 0a0b0945089f2b67f0ba1f7817008c4e77fff84c..b431233728e058220e091201b3eded7f4a7adf97 100644 (file)
@@ -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);