Install Russian FAQ in /ru/ directory and don't override the chinese

FAQ in /zh/ with the russian pages.
This commit is contained in:
Wolfram Schneider 1999-09-05 11:15:34 +00:00
parent afdeaeb9ed
commit 818782075e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=5529

View file

@ -1,11 +1,11 @@
#
# $Id: Makefile,v 1.1 1999-08-29 16:54:44 nik Exp $
# $Id: Makefile,v 1.2 1999-09-05 11:15:34 wosch Exp $
#
# Build the FreeBSD FAQ *outside* of the www tree, and install it
# in to the right place as necessary.
all install clean:
(cd ../../../doc/ru_RU.KOI8-R/books/faq; make 'FORMATS=html-split html' DESTDIR=${DESTDIR}/data/zh/FAQ ${.TARGET})
(cd ../../../doc/ru_RU.KOI8-R/books/faq; make 'FORMATS=html-split html' DESTDIR=${DESTDIR}/data/ru/FAQ ${.TARGET})
.if make(install)
(cd ${DESTDIR}/data/ru/FAQ; ln -sf index.html FAQ.html)
.endif