Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Apr 2001 21:03:01 +0600 (YEKST)
From:      serg@tmn.ru
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/26796: frdp/doc/ru_RU.KOI8-R/articles/Makefile.inc
Message-ID:  <200104231503.f3NF31S00796@sv.tech.sibitex.tmn.ru>

next in thread | raw e-mail | index | archive | help

>Number:         26796
>Category:       docs
>Synopsis:       Overwriting existing en_US.ISO_8859-1/articles/freebsd-questions with ru_RU.KOI8-R
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 23 08:10:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Sergey N. Voronkov
>Release:        FreeBSD 4.3-RELEASE i386
>Organization:
Sibitex 
>Environment:
System: FreeBSD sv.tech.sibitex.tmn.ru 4.3-RELEASE FreeBSD 4.3-RELEASE #14: Mon Apr 23 13:05:46 YEKST 2001 serg@sv.tech.sibitex.tmn.ru:/usr/obj/usr/src/sys/SV i386

>Description:
	doc/ru_RU.KOI8-R/articles/Makefile.inc tagged its install directory
	as ${DOCDIR}/en_US.ISO_8859-1/articles/ whot is copletely wrong.
	Those 'make release' target produse wrong charset format for
	/usr/share/doc/en_US.ISO_8859-1/articles/freebsd-questions/
	(FreeBSD 4.3-RELEASE as an example)
 
>How-To-Repeat:
	make all install FORMATS='html html-split txt' INSTALL_COMPRESSED=''
>Fix:

--- Makefile.inc.orig   Mon Apr 23 20:54:18 2001
+++ Makefile.inc        Mon Apr 23 20:54:40 2001
@@ -4,4 +4,4 @@
 # Original revision: 1.3
 #
 
-DESTDIR?=      ${DOCDIR}/en_US.ISO_8859-1/articles/${.CURDIR:T}
+DESTDIR?=      ${DOCDIR}/ru_RU.KOI8-R/articles/${.CURDIR:T}

>Release-Note:
>Audit-Trail:
>Unformatted:

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?200104231503.f3NF31S00796>