]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 245497 via svnmerge from
authorJason Parker <jparker@digium.com>
Mon, 8 Feb 2010 20:42:00 +0000 (20:42 +0000)
committerJason Parker <jparker@digium.com>
Mon, 8 Feb 2010 20:42:00 +0000 (20:42 +0000)
https://origsvn.digium.com/svn/asterisk/trunk

................
  r245497 | qwell | 2010-02-08 14:41:05 -0600 (Mon, 08 Feb 2010) | 11 lines

  Merged revisions 245496 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.4

  ........
    r245496 | qwell | 2010-02-08 14:39:50 -0600 (Mon, 08 Feb 2010) | 4 lines

    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.6.0@245498 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/ast_expr2.fl
main/ast_expr2f.c

index aa5d59e9bf86fb30f8c2bd17aef5c2db3303010b..cb49b18a33b19581a94e9964158fc76bd24db352 100644 (file)
@@ -444,7 +444,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/tex/channelvariables.tex in the asterisk source.\n");
+       ast_log(LOG_WARNING,"If you have questions, please refer to doc/tex/channelvariables.tex.\n");
 #endif
        free(s2);
        return(0);
index ec0cb99eab6469b628ca030ad52e3e58c7294550..98db719aef48b7ed4a130427007fff868b959ffd 100644 (file)
@@ -2521,7 +2521,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/tex/channelvariables.tex in the asterisk source.\n");
+       ast_log(LOG_WARNING,"If you have questions, please refer to doc/tex/channelvariables.tex.\n");
 #endif
        free(s2);
        return(0);