diff --git a/ru/FAQ/Makefile b/ru/FAQ/Makefile index ad580c9fbb..ee6382ecf4 100644 --- a/ru/FAQ/Makefile +++ b/ru/FAQ/Makefile @@ -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