comparison scripts/miscellaneous/doc.m @ 5980:45f612d96d0e

[project @ 2006-09-05 15:17:45 by jwe]
author jwe
date Tue, 05 Sep 2006 15:17:45 +0000
parents 0bb816a28335
children bd22133332bd
comparison
equal deleted inserted replaced
5979:8c35d219139d 5980:45f612d96d0e
71 71
72 if (err < 0) 72 if (err < 0)
73 info_file_name = info_file (); 73 info_file_name = info_file ();
74 endif 74 endif
75 75
76 cmd = sprintf ("\"%s\" --directory \"%s\" --file \"%s\"", 76 cmd = sprintf ("\"%s\" --file \"%s\" --directory \"%s\"",
77 info_program (), info_dir, info_file_name); 77 info_program (), info_dir, info_file_name);
78 78
79 if (! isempty (fname)) 79 if (! isempty (fname))
80 cmd = sprintf ("%s --index-search %s", cmd, fname); 80 cmd = sprintf ("%s --index-search %s", cmd, fname);
81 endif 81 endif