diff options
Diffstat (limited to 'x11/XFree86/files/patch-doc-jp-Imakefile')
-rw-r--r-- | x11/XFree86/files/patch-doc-jp-Imakefile | 75 |
1 files changed, 34 insertions, 41 deletions
diff --git a/x11/XFree86/files/patch-doc-jp-Imakefile b/x11/XFree86/files/patch-doc-jp-Imakefile index d685bba510f9..32189d4c695c 100644 --- a/x11/XFree86/files/patch-doc-jp-Imakefile +++ b/x11/XFree86/files/patch-doc-jp-Imakefile @@ -1,41 +1,34 @@ -Index: files/patch-r04 -=================================================================== -RCS file: patch-r04 -diff -N patch-r04 ---- /dev/null Wed Nov 8 02:15:56 2000 -+++ patch-r04 Wed Nov 8 16:53:19 2000 -@@ -0,0 +1,34 @@ -+--- programs/Xserver/hw/xfree86/doc/Japanese/Imakefile.orig Fri Dec 3 01:42:36 1999 -++++ programs/Xserver/hw/xfree86/doc/Japanese/Imakefile Mon Jul 24 19:15:08 2000 -+@@ -3,7 +3,6 @@ -+ XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/Imakefile,v 3.8.2.4 1999/11/26 15:22:58 hohndel Exp $ -+ #include <Server.tmpl> -+ -+-#if !BuildLinuxDocText -+ /* FreeBSD's README is handled separately because of name length limits */ -+ #ifdef BSD386Architecture -+ OSREADME = /* README.Bsdi */ -+@@ -56,7 +55,6 @@ -+ #ifdef OS2Architecture -+ OSREADME = README.OS2 -+ #endif -+-#endif /* !BuildLinuxDocText */ -+ -+ #if XFree86Version % 10 -+ REPORTFORM = BetaReport -+@@ -64,7 +62,6 @@ -+ -+ all:: -+ -+-#if !BuildLinuxDocText -+ HWREADME = README.ati README.trident README.tseng README.WstDig \ -+ README.DECtga README.apm README.rendition README.epson \ -+ README.chips README.cirrus README.Video7 README.P9000 README.agx \ -+@@ -77,7 +74,6 @@ -+ MAINDOCS = COPYRIGHT README README.Config BUILD RELNOTES -+ -+ OTHERDOCS = VideoModes.doc QuickStart.doc README.clkprog xinput -+-#endif -+ -+ ## MISCDOCS = ServersOnly /*LbxproxyOnly*/ $(REPORTFORM) README.DGA -+ MISCDOCS = VGADriver.doc modelines.txt +--- programs/Xserver/hw/xfree86/doc/Japanese/Imakefile.orig Fri Dec 3 01:42:36 1999 ++++ programs/Xserver/hw/xfree86/doc/Japanese/Imakefile Mon Jul 24 19:15:08 2000 +@@ -3,7 +3,6 @@ + XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/Imakefile,v 3.8.2.4 1999/11/26 15:22:58 hohndel Exp $ + #include <Server.tmpl> + +-#if !BuildLinuxDocText + /* FreeBSD's README is handled separately because of name length limits */ + #ifdef BSD386Architecture + OSREADME = /* README.Bsdi */ +@@ -56,7 +55,6 @@ + #ifdef OS2Architecture + OSREADME = README.OS2 + #endif +-#endif /* !BuildLinuxDocText */ + + #if XFree86Version % 10 + REPORTFORM = BetaReport +@@ -64,7 +62,6 @@ + + all:: + +-#if !BuildLinuxDocText + HWREADME = README.ati README.trident README.tseng README.WstDig \ + README.DECtga README.apm README.rendition README.epson \ + README.chips README.cirrus README.Video7 README.P9000 README.agx \ +@@ -77,7 +74,6 @@ + MAINDOCS = COPYRIGHT README README.Config BUILD RELNOTES + + OTHERDOCS = VideoModes.doc QuickStart.doc README.clkprog xinput +-#endif + + ## MISCDOCS = ServersOnly /*LbxproxyOnly*/ $(REPORTFORM) README.DGA + MISCDOCS = VGADriver.doc modelines.txt |