Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jan 2003 00:36:13 +0900 (JST)
From:      Hiroki Sato <hrs@eos.ocn.ne.jp>
To:        gioria@FreeBSD.ORG, blackend@FreeBSD.ORG
Cc:        bmah@FreeBSD.ORG, doc@FreeBSD.ORG
Subject:   ${DESTDIR} in src/release/doc/fr_FR.ISO8859-1
Message-ID:  <20030118.003613.38720028.hrs@eos.ocn.ne.jp>

next in thread | raw e-mail | index | archive | help
----Next_Part(Sat_Jan_18_00:36:13_2003_787)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi,

 I have made a simple RELNOTESng snapshot page[*] that includes
 the supported languages, but noticed that several Makefiles in
 fr_FR.ISO8859-1/ use ${DOCDIR}/en_US.ISO8859-1 as ${DESTDIR}.
 It overwrites the English version during "make install" without
 ${NO_LANGCODE_IN_DESTDIR}.

  [*] http://www.jp.freebsd.org/doc-jp/snapshots/

 Could you fix this?   Probably the attached patch should be applied.

-- 
| Hiroki SATO  <hrs@eos.ocn.ne.jp>

----Next_Part(Sat_Jan_18_00:36:13_2003_787)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="relnotes-fr.diff"

Index: fr_FR.ISO8859-1/early-adopter/Makefile
===================================================================
RCS file: /home/ncvs/src/release/doc/fr_FR.ISO8859-1/early-adopter/Makefile,v
retrieving revision 1.1
diff -d -u -I\$FreeBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.1 Makefile
--- fr_FR.ISO8859-1/early-adopter/Makefile	2 Nov 2002 14:15:25 -0000	1.1
+++ fr_FR.ISO8859-1/early-adopter/Makefile	17 Jan 2003 14:58:02 -0000
@@ -10,7 +10,7 @@
 .ifdef NO_LANGCODE_IN_DESTDIR
 DESTDIR?= ${DOCDIR}/early-adopter
 .else
-DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/early-adopter
+DESTDIR?= ${DOCDIR}/fr_FR.ISO8859-1/early-adopter
 .endif
 
 DOC?= article
Index: fr_FR.ISO8859-1/hardware/Makefile.inc
===================================================================
RCS file: /home/ncvs/src/release/doc/fr_FR.ISO8859-1/hardware/Makefile.inc,v
retrieving revision 1.1
diff -d -u -I\$FreeBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.1 Makefile.inc
--- fr_FR.ISO8859-1/hardware/Makefile.inc	9 Sep 2002 22:09:46 -0000	1.1
+++ fr_FR.ISO8859-1/hardware/Makefile.inc	17 Jan 2003 14:58:47 -0000
@@ -9,5 +9,5 @@
 .ifdef NO_LANGCODE_IN_DESTDIR
 DESTDIR?=	${DOCDIR}/hardware/${.CURDIR:T}
 .else
-DESTDIR?=	${DOCDIR}/en_US.ISO8859-1/hardware/${.CURDIR:T}
+DESTDIR?=	${DOCDIR}/fr_FR.ISO8859-1/hardware/${.CURDIR:T}
 .endif
Index: fr_FR.ISO8859-1/relnotes/Makefile.inc
===================================================================
RCS file: /home/ncvs/src/release/doc/fr_FR.ISO8859-1/relnotes/Makefile.inc,v
retrieving revision 1.1
diff -d -u -I\$FreeBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.1 Makefile.inc
--- fr_FR.ISO8859-1/relnotes/Makefile.inc	19 Feb 2002 09:37:04 -0000	1.1
+++ fr_FR.ISO8859-1/relnotes/Makefile.inc	17 Jan 2003 14:59:36 -0000
@@ -3,5 +3,5 @@
 .ifdef NO_LANGCODE_IN_DESTDIR
 DESTDIR?=	${DOCDIR}/relnotes/${.CURDIR:T}
 .else
-DESTDIR?=	${DOCDIR}/en_US.ISO8859-1/relnotes/${.CURDIR:T}
+DESTDIR?=	${DOCDIR}/fr_FR.ISO8859-1/relnotes/${.CURDIR:T}
 .endif

----Next_Part(Sat_Jan_18_00:36:13_2003_787)----

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030118.003613.38720028.hrs>