diff options
author | Edson Brandi <ebrandi@FreeBSD.org> | 2018-09-16 13:16:18 +0000 |
---|---|---|
committer | Edson Brandi <ebrandi@FreeBSD.org> | 2018-09-16 13:16:18 +0000 |
commit | fcacc3500bfc86ee2b33ec6d9d9f8b8b890ffaa4 (patch) | |
tree | 71ade1a6743b6f65e7228e8898939059021f6307 /pt_BR.ISO8859-1/articles/gjournal-desktop/Makefile | |
parent | 429c016754383cd1c65721c0995ed1c16d0a5de3 (diff) | |
download | doc-fcacc3500bfc86ee2b33ec6d9d9f8b8b890ffaa4.tar.gz doc-fcacc3500bfc86ee2b33ec6d9d9f8b8b890ffaa4.zip |
pt_BR.ISO8859-1/articles/gjournal-desktop: New pt_BR translation into .po format
* content synchronized with en_US document (rev 51348 )
* article.xml converted to .po
* .po file was translated to pt_BR
* .po and .xml file has been set to UTF-8 encoding
* information about volunteers who translated and/or revised the document was added to the header of the .po file
Approved by: gabor (mentor, implicit)
Obtained from: The FreeBSD Brazilian Portuguese Documentation Project
Notes
Notes:
svn path=/head/; revision=52265
Diffstat (limited to 'pt_BR.ISO8859-1/articles/gjournal-desktop/Makefile')
-rw-r--r-- | pt_BR.ISO8859-1/articles/gjournal-desktop/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/pt_BR.ISO8859-1/articles/gjournal-desktop/Makefile b/pt_BR.ISO8859-1/articles/gjournal-desktop/Makefile new file mode 100644 index 0000000000..58fcb89e13 --- /dev/null +++ b/pt_BR.ISO8859-1/articles/gjournal-desktop/Makefile @@ -0,0 +1,24 @@ +# +# The FreeBSD Documentation Project +# The FreeBSD Brazilian Portuguese Documentation Project +# +# $FreeBSD$ +# +# Article: gjournal desktop + +MAINTAINER=ebrandi@FreeBSD.org + +DOC?= article + +FORMATS?= html html-split +WITH_ARTICLE_TOC?= YES + +INSTALL_COMPRESSED?= gz +INSTALL_ONLY_COMPRESSED?= + +SRCS= article.xml + +URL_RELPREFIX?= ../../../.. +DOC_PREFIX?= ${.CURDIR}/../../.. + +.include "${DOC_PREFIX}/share/mk/doc.project.mk" |