aboutsummaryrefslogtreecommitdiff
path: root/pt_BR/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-10-05 16:05:33 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-10-05 16:05:33 +0000
commitceef44916f489f4cbab0691e72eb80079e584f9d (patch)
treec80821b180bd625db876086ded060f181c282346 /pt_BR/Makefile
parent8d981e40060bf442cbe66f7716d3b75518265218 (diff)
downloaddoc-ceef44916f489f4cbab0691e72eb80079e584f9d.tar.gz
doc-ceef44916f489f4cbab0691e72eb80079e584f9d.zip
Add initial Makefile for pt_BR www pages. Currently, we only build
the FreeBSD FAQ Reviewed by: ceri
Notes
Notes: svn path=/www/; revision=14500
Diffstat (limited to 'pt_BR/Makefile')
-rw-r--r--pt_BR/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/pt_BR/Makefile b/pt_BR/Makefile
new file mode 100644
index 0000000000..02424af027
--- /dev/null
+++ b/pt_BR/Makefile
@@ -0,0 +1,20 @@
+# The FreeBSD Documentation Project
+# The FreeBSD Brazilian Portuguese Documentation Project
+#
+# $FreeBSD$
+
+.if exists(../Makefile.conf)
+.include "../Makefile.conf"
+.endif
+.if exists(../Makefile.inc)
+.include "../Makefile.inc"
+.endif
+
+.if !defined(WEB_ONLY) || empty(WEB_ONLY)
+DOCSUBDIR= FAQ
+.endif
+
+SGMLFLAGS+= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr
+FORMATS= "html ps"
+
+.include "${WEB_PREFIX}/share/mk/web.site.mk"