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:
Mario Sergio Fujikawa Ferreira 2002-10-01 03:03:19 +00:00
parent a43544e01c
commit 70447a99c2
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14448

View 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"