Hi,

I've modified the doc-check script, to include dselect-beginner.sgml to the check list.

Would anyone be against my checking in this patch ?



Index: doc-check
===================================================================
RCS file: /org/cvs.debian.org/cvs/debian-boot/boot-floppies/documentation/doc-check,v
retrieving revision 1.7
diff -u -r1.7 doc-check
--- doc-check   2001/11/25 00:57:48     1.7
+++ doc-check   2001/12/22 12:23:28
@@ -54,6 +54,10 @@
                        $enrev = $1;
                        last;
                }
+               if (/\$Revision: ([\d\.]+) \$/) {
+                       $enrev = $1;
+                       last;
+               }
        }
        close FILE;
        warn "failed to find revision for $plfname" unless $plrev;
@@ -71,3 +75,4 @@
 checkdiff("install.$lang.sgml", "install.sgml");
 checkdiff("release-notes.$lang.sgml","release-notes.sgml");
 checkdiff("index.$lang.html.m4","index.en.html.m4");
+checkdiff("dselect-beginner.$lang.sgml","dselect-beginner.sgml");


-- 
[EMAIL PROTECTED] : Junichi Uekawa   http://www.netfort.gr.jp/~dancer
GPG Fingerprint : 17D6 120E 4455 1832 9423  7447 3059 BF92 CD37 56F4


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to