diff --git a/es/FAQ/Makefile b/es/FAQ/Makefile new file mode 100644 index 0000000000..35b87acf26 --- /dev/null +++ b/es/FAQ/Makefile @@ -0,0 +1,11 @@ +# +# $Id: Makefile,v 1.1 1999-08-19 20:53:38 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/es_ES.ISO_8859-1/books/faq; make 'FORMATS=html-split html' DESTDIR=${DESTDIR}/data/es/FAQ ${.TARGET}) +.if make(install) + (cd ${DESTDIR}/data/es/FAQ; ln -sf index.html FAQ.html) +.endif diff --git a/ja/FAQ/Makefile b/ja/FAQ/Makefile new file mode 100644 index 0000000000..5c3ded0d6a --- /dev/null +++ b/ja/FAQ/Makefile @@ -0,0 +1,11 @@ +# +# $Id: Makefile,v 1.1 1999-08-19 20:51:34 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/ja_JP.eucJP/books/faq; make 'FORMATS=html-split html' DESTDIR=${DESTDIR}/data/ja/FAQ ${.TARGET}) +.if make(install) + (cd ${DESTDIR}/data/ja/FAQ; ln -sf index.html FAQ.html) +.endif diff --git a/zh/FAQ/Makefile b/zh/FAQ/Makefile new file mode 100644 index 0000000000..e14e17ec0b --- /dev/null +++ b/zh/FAQ/Makefile @@ -0,0 +1,11 @@ +# +# $Id: Makefile,v 1.1 1999-08-19 20:55:58 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/zh_TW.Big5/books/faq; make 'FORMATS=html-split html' DESTDIR=${DESTDIR}/data/zh/FAQ ${.TARGET}) +.if make(install) + (cd ${DESTDIR}/data/zh/FAQ; ln -sf index.html FAQ.html) +.endif