Build FAQ from doc cvs repo based on zh language Makefile
Reviewed by: ceri Original zh revision: 1.3
This commit is contained in:
parent
974c532c57
commit
8d981e4006
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=14499
1 changed files with 13 additions and 0 deletions
13
pt_BR/FAQ/Makefile
Normal file
13
pt_BR/FAQ/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
# The FreeBSD Documentation Project
|
||||
# The FreeBSD Brazilian Portuguese Documentation Project
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# Build the FreeBSD FAQ *outside* of the www tree, and install it
|
||||
# in to the right place as necessary.
|
||||
|
||||
all install clean:
|
||||
(cd ../../../doc/pt_BR.ISO8859-1/books/faq; ${MAKE} 'FORMATS=html-split html' DESTDIR=${DESTDIR}/data/pt_BR/FAQ ${.TARGET})
|
||||
.if make(install)
|
||||
(cd ${DESTDIR}/data/pt_BR/FAQ; ln -sf index.html FAQ.html)
|
||||
.endif
|
Loading…
Reference in a new issue