diff options
Diffstat (limited to 'pt_BR.ISO8859-1')
-rw-r--r-- | pt_BR.ISO8859-1/books/faq/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/pt_BR.ISO8859-1/books/faq/Makefile b/pt_BR.ISO8859-1/books/faq/Makefile new file mode 100644 index 0000000000..3b81d340c0 --- /dev/null +++ b/pt_BR.ISO8859-1/books/faq/Makefile @@ -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" |