Searched refs:Info_Name (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/gpl2/texinfo/dist/util/
H A Dfix-info-dir280 for Info_Name in `comm -13 $TMP_FILE1 $TMP_FILE2`; do
281 if test -r "$Info_Name"; then
282 Info_File="$Info_Name"
283 elif test -r "${Info_Name}.info"; then
284 Info_File="${Info_Name}.info"
285 elif test -r "${Info_Name}.gz"; then
286 Info_File="${Info_Name}.gz"
287 elif test -r "${Info_Name}.info.gz"; then
288 Info_File="${Info_Name}.info.gz"
290 echo "$0:$LINENO: can't find info file for ${Info_Name}
[all...]

Completed in 120 milliseconds