This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH: wwwdocs bin/preprocess and ChangeLogs


We also want to ignore ChangeLogs when performing the preprocessing.

Installed.

Gerald

Index: preprocess
===================================================================
RCS file: /cvs/gcc/wwwdocs/bin/preprocess,v
retrieving revision 1.16
diff -u -3 -p -r1.16 preprocess
--- preprocess	2001/02/13 00:09:53	1.16
+++ preprocess	2001/03/23 19:21:35
@@ -119,7 +119,7 @@ process_file()
                 fi
             fi
             ;;
-        *\.gif|*/.cvsignore|*/.#*)
+        *\ChangeLog|*\.gif|*/.cvsignore|*/.#*)
             echo "  Warning: $f ignored."
             ;;
         *)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]