Set up initial Brazilian Portuguese translated faq Makefile
Reviewed by: blackend, keramida, phantom (in principle) Approved by: phantom (mentor) Obtained from: The FreeBSD Brazilian Portuguese Documentation Project Original revision: 1.7
This commit is contained in:
parent
a43544e01c
commit
70447a99c2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14448
1 changed files with 32 additions and 0 deletions
32
pt_BR.ISO8859-1/books/faq/Makefile
Normal file
32
pt_BR.ISO8859-1/books/faq/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# Build the FreeBSD FAQ
|
||||
#
|
||||
# The FreeBSD Documentation Project
|
||||
# The FreeBSD Brazilian Portuguese Documentation Project
|
||||
#
|
||||
# Original revision: 1.7
|
||||
#
|
||||
|
||||
MAINTAINER=lioux@FreeBSD.org
|
||||
|
||||
DOC?= book
|
||||
|
||||
FORMATS?= html-split html
|
||||
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
JADEFLAGS+=-Vbiblio-xref-title
|
||||
#
|
||||
# SRCS lists the individual SGML files that make up the document. Changes
|
||||
# to any of these files will force a rebuild
|
||||
#
|
||||
|
||||
# SGML content
|
||||
SRCS= book.sgml
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
Loading…
Reference in a new issue