diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc28/files/patch-cpp.texi | 14 | ||||
-rw-r--r-- | lang/gcc28/files/patch-gcc.texi | 14 |
2 files changed, 28 insertions, 0 deletions
diff --git a/lang/gcc28/files/patch-cpp.texi b/lang/gcc28/files/patch-cpp.texi new file mode 100644 index 000000000000..643e9c083bd3 --- /dev/null +++ b/lang/gcc28/files/patch-cpp.texi @@ -0,0 +1,14 @@ +--- cpp.texi.orig Wed Feb 18 03:42:42 1998 ++++ cpp.texi Sun May 9 17:25:42 1999 +@@ -2,6 +2,11 @@ + @setfilename cpp.info + @settitle The C Preprocessor + ++@dircategory Gcc Documentation ++@direntry ++* Cpp: (cpp.info). The GNU C pre-processor. ++@end direntry ++ + @ignore + @ifinfo + @format diff --git a/lang/gcc28/files/patch-gcc.texi b/lang/gcc28/files/patch-gcc.texi new file mode 100644 index 000000000000..11441568b4a8 --- /dev/null +++ b/lang/gcc28/files/patch-gcc.texi @@ -0,0 +1,14 @@ +--- gcc.texi.orig Sun Mar 1 05:58:17 1998 ++++ gcc.texi Sun May 9 17:25:24 1999 +@@ -58,6 +58,11 @@ + @settitle Porting GNU CC + @end ifclear + ++@dircategory Gcc Documentation ++@direntry ++* Gcc: (gcc.info). The GNU C compiler. ++@end direntry ++ + @syncodeindex fn cp + @syncodeindex vr cp + @c %**end of header |