[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: doc-base and obnoxious unknown format warnings



Ben Gertzfield wrote:
> Is there any way we can make the default for doc-base to *not* warn on
> these unknown formats? Frankly, it's just ugly as all get-out. :)

--- /usr/sbin/install-docs	Sat Jan  2 01:48:28 1999
+++ ./install-docs	Wed May 12 15:27:12 1999
@@ -624,7 +624,7 @@
     } elsif ($$format_data{'format'} eq 'text') {
       # no additional fields required
     } else {
-      warn "warning: ignoring unknown format `$$format_data{'format'}'";
+      warn "warning: ignoring unknown format `$$format_data{'format'}'" if $ENV{DOC_BASE_GRIPE};
     }
     
-- 
see shy jo


Reply to: