head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.2
	RELEASE_2_2_8:1.2
	RELEASE_3_0_0:1.2
	RELEASE_2_2_7:1.2
	RELEASE_2_2_6:1.2
	RELEASE_2_2_5:1.2
	RELEASE_2_2_1:1.2
	RELEASE_2_2_2:1.2;
locks; strict;
comment	@# @;


1.2
date	96.11.04.13.16.20;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	96.11.03.09.34.48;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Fix problem with <tab> characters.
Remove $Id$ from the patch file so the resulting fonts/Imakefile doesn't
confuse people.  Note this patch file gives a fuzz factor of 1.  W/o
removing $Id$, patch reports a fuzz factor of 2.

Reported by: ports mailing list
@
text
@--- fonts/Imakefile.orig	Mon Nov  4 05:07:24 1996
+++ fonts/Imakefile	Mon Nov  4 05:07:42 1996
@@@@ -2,13 +2,14 @@@@
 
 
-OBJS =	FontObj(gb16st) FontObj(hku16et)
+#OBJS =	FontObj(gb16st) FontObj(hku16et)
+OBJS =	FontObj(hku16et)
 
 FONTINSTDIR = $(FONTDIR)/chinese
 
 MakeFonts()
 
-FontTarget(gb16st)
+#FontTarget(gb16st)
 FontTarget(hku16et)
 
 InstallFonts($(FONTINSTDIR))
@


1.1
log
@Don't install the fonts that are part of the X11R6 misc fonts dist.
	==> gb16st is no longer a buildable or installable target.

Requested by: Satoshi
@
text
@d1 2
a2 2
--- fonts/Imakefile.orig        Tue Feb 14 00:35:39 1995
+++ fonts/Imakefile     Sun Nov  3 01:19:28 1996
a4 1
 XCOMM $Id: Imakefile,v 1.2 1995/02/14 08:35:32 ygz Exp $
d6 3
a8 3
-OBJS = FontObj(gb16st) FontObj(hku16et)
+#OBJS =        FontObj(gb16st) FontObj(hku16et)
+OBJS = FontObj(hku16et)
@
