Date: Fri, 02 Oct 1998 22:15:55 +0900 From: Motoyuki Konno <motoyuki@snipe.rim.or.jp> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: jkh@FreeBSD.org Subject: ALLLANG in src/release/Makefile (Re: cvs commit: src/release Makefile) Message-ID: <199810021315.WAA18068@mserver.snipe.rim.or.jp>
next in thread | raw e-mail | index | archive | help
Hi, On 19 Sep 1998, Jordan wrote: > jkh 1998/09/19 04:43:07 PDT > > Modified files: > release Makefile > Log: > Turn off ALLLANG; the docs are currently in spanish and none of the docs > folks seem to have worked out why yet, so I'm switching back to english > and only english by default for now. :) > > Revision Changes Path > 1.388 +2 -2 src/release/Makefile I think the following patches will solve this problem. ------------------------------------------------------------------------ --- doc/es/FAQ/Makefile.old Tue Jul 21 02:09:45 1998 +++ doc/es/FAQ/Makefile Fri Oct 2 22:01:12 1998 @@ -2,6 +2,7 @@ SGMLOPTS=-links DOC= FAQ +DOCDIR= ${SHAREDIR}/doc/es SRCS= FAQ.sgml acknowledgments.sgml admin.sgml applications.sgml SRCS+= commercial.sgml hackers.sgml hardware.sgml install.sgml SRCS+= kernelconfig.sgml misc.sgml network.sgml preface.sgml --- src/etc/mtree/BSD.usr.dist~ Fri Oct 2 22:10:05 1998 +++ src/etc/mtree/BSD.usr.dist Fri Oct 2 22:11:03 1998 @@ -171,6 +171,10 @@ .. handbook .. + es + FAQ + .. + .. ja FAQ .. --- src/release/Makefile.old Fri Oct 2 22:12:03 1998 +++ src/release/Makefile Fri Oct 2 22:12:24 1998 @@ -41,7 +41,7 @@ #NOPORTS= YES # Comment the following if you want the release documentation to be # in English only. -#ALLLANG= yes +ALLLANG= yes DOCPORTS= archivers/unzip textproc/jade textproc/iso8879 \ textproc/linuxdoc textproc/docbook textproc/sgmlformat ------------------------------------------------------------------------ begin 644 diffs.gz M'XL("&[1%#8"`V1I9F9S`'5337/:,!`]XU^Q,^G-\6=I^9CQ#!1(V@X)*<ZE M,[THLFPKR!(CR26TT_[V2A@".%0'>]]JWZ[TM.MY'F0"!T0%-^-OP1U:D9PR MX@N6=1YK`E]K!G$$83P,!\/N!X@&@[[CNNXE4N=&4EA@#1!#;`C1,(H;PF@$ M7GS]$=SXN@>CD0,.I+=W\\7#8YIXC/*5<F"ZF"0=D\YQC37]LDPZ[WZGG\?+ MF;'_!$TY0UM.T@1,F*^*B@'"*RXVC&1%1;A6>V=64;XWUVM&,=)4\&:SR>`F M@$55$8DI8DUD:5(1J0Y`9ALD28,H5QHQ=LXWP9PP+'A.BR:LH@HW%B=Z(^2J M`6M)<H2;5(YGY%;27$7CH-*2D.!3.O5K)?V,*OVWI6`4#L,3R?]/;/.B8?C^ MJ'S4BZSV]A>%._E/E^^?XQ+Q[$F(U9LH]Q2;MSC#=NT>K^UL$]OEGI$#EQ+! MA40']21A!"ERWJTM">)7"0[2M5EO&7'W*%HW,JWJ[KY6L:O[Q<-B:=H5X/LL M-1@FMH&X!ET2R`5C8D-Y`32'K:AA@_8[^Z)V7&H;OFM%T`*>B$U".<QXP:@J M07"V-5>\&L_G\_'];0);J_$9LC.R/P62N*0_3<,&-?]%UZ#)BUY+,R3/*"-' J1)7H]WL#^'&JY^NNF;SZQ9SLZ#'`OOW18;LV%[)"V@SM/W;Z6@8M!``` ` end ------------------------------------------------------------------------ --- ------------------------------------------------------------------------ Motoyuki Konno mkonno@res.yamanashi-med.ac.jp (Univ) motoyuki@snipe.rim.or.jp (Home) motoyuki@FreeBSD.ORG (FreeBSD Project) Yamanashi Medical University http://www.freebsd.org/~motoyuki/ (WWW)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810021315.WAA18068>