Kludge to build and install the FAQ in the right place. Similar to

the entries for the other languages.
This commit is contained in:
Nik Clayton 1999-08-29 16:54:44 +00:00
parent 75f1f2aa17
commit 963b7508f4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=5478

11
ru/FAQ/Makefile Normal file
View file

@ -0,0 +1,11 @@
#
# $Id: Makefile,v 1.1 1999-08-29 16:54:44 nik 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})
.if make(install)
(cd ${DESTDIR}/data/ru/FAQ; ln -sf index.html FAQ.html)
.endif