mirror of
https://git.FreeBSD.org/doc.git
synced 2026-06-02 11:25:20 +00:00
f83d60c0f5
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
21 lines
298 B
Makefile
21 lines
298 B
Makefile
#
|
|
# $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"
|