diff options
author | Benedict Reuschling <bcr@FreeBSD.org> | 2015-08-25 17:16:08 +0000 |
---|---|---|
committer | Benedict Reuschling <bcr@FreeBSD.org> | 2015-08-25 17:16:08 +0000 |
commit | f83d60c0f5a20f88ed609aae4ff186b76308eebf (patch) | |
tree | 574caef5a18d56bb97b3020f2fbbe5ecbd821ffd /de_DE.ISO8859-1/articles/leap-seconds/Makefile | |
parent | faabf968e9d33ef1a0ae38f7cd3fd9bda426f490 (diff) | |
download | doc-f83d60c0f5a20f88ed609aae4ff186b76308eebf.tar.gz doc-f83d60c0f5a20f88ed609aae4ff186b76308eebf.zip |
Add the german translation for the leap-seconds article.
This was used as a test for the new po translation capabilities that our doc
toolchain gained recently.
Thanks to Warren Block for the instructions on using gettext po and
making it all work.
Obtained from: The FreeBSD German Documentation Project
Notes
Notes:
svn path=/head/; revision=47307
Diffstat (limited to 'de_DE.ISO8859-1/articles/leap-seconds/Makefile')
-rw-r--r-- | de_DE.ISO8859-1/articles/leap-seconds/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/de_DE.ISO8859-1/articles/leap-seconds/Makefile b/de_DE.ISO8859-1/articles/leap-seconds/Makefile new file mode 100644 index 0000000000..7fb3278b22 --- /dev/null +++ b/de_DE.ISO8859-1/articles/leap-seconds/Makefile @@ -0,0 +1,20 @@ +# +# $FreeBSD$ +# basiert auf: r46873 +# +# Article: Leap Seconds + +DOC?= article + +FORMATS?= html +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" |