From 0ebbf6b2f7170d6f1ca14ecf71129b47ff601c83 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Mon, 28 Jan 2002 19:36:44 +0000 Subject: [PATCH] o Set up initial Brazilian Portuguese translation directory and Makefile o Work for pt_BR.ISO8859-1, pt_BR and br o Start with books subdirectory Approved by: phantom (mentor) Original revision: 1.7 --- pt_BR.ISO8859-1/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pt_BR.ISO8859-1/Makefile diff --git a/pt_BR.ISO8859-1/Makefile b/pt_BR.ISO8859-1/Makefile new file mode 100644 index 0000000000..7563ecfca5 --- /dev/null +++ b/pt_BR.ISO8859-1/Makefile @@ -0,0 +1,14 @@ +# The FreeBSD Documentation Project +# The FreeBSD Brazilian Portuguese Documentation Project +# +# Original revision: 1.7 +# +# $FreeBSD$ + +SUBDIR+= books + +COMPAT_SYMLINK = pt_BR +COMPAT_SYMLINK += br + +DOC_PREFIX?= ${.CURDIR}/.. +.include "${DOC_PREFIX}/share/mk/doc.project.mk"