diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-01-28 19:36:44 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-01-28 19:36:44 +0000 |
commit | 0ebbf6b2f7170d6f1ca14ecf71129b47ff601c83 (patch) | |
tree | 9260991cd099c7cb6eb3ab1ccc59d3df7aa7a805 /pt_BR.ISO8859-1/Makefile | |
parent | 8b859ee56e5501dbbee52ac1bdf18eae58fe4d32 (diff) | |
download | doc-0ebbf6b2f7170d6f1ca14ecf71129b47ff601c83.tar.gz doc-0ebbf6b2f7170d6f1ca14ecf71129b47ff601c83.zip |
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
Notes
Notes:
svn path=/head/; revision=11957
Diffstat (limited to 'pt_BR.ISO8859-1/Makefile')
-rw-r--r-- | pt_BR.ISO8859-1/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
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" |