# HG changeset patch # User John W. Eaton # Date 1453418314 18000 # Node ID 6586ccfc61d68e0440db3dacac22a8d60ea6863d # Parent 54527108599ae0b94c15a0dbdbe1ec4071db9a09 * doc.m: Make test conditional on ENABLE_DOCS. diff -r 54527108599a -r 6586ccfc61d6 scripts/help/doc.m --- a/scripts/help/doc.m Thu Jan 21 18:18:16 2016 -0500 +++ b/scripts/help/doc.m Thu Jan 21 18:18:34 2016 -0500 @@ -121,7 +121,7 @@ endfunction -%!test +%!testif ENABLE_DOCS %! ifile = info_file (); %! if (exist (ifile) != 2 && exist (sprintf ("%s.gz", ifile)) != 2) %! error ("Info file %s or %s.gz does not exist!", ifile, ifile);