From owner-dev-commits-doc-all@freebsd.org Mon May 31 17:13:45 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9183E64B84C for ; Mon, 31 May 2021 17:13:45 +0000 (UTC) (envelope-from marc@blackend.org) Received: from smtp1-g21.free.fr (smtp1-g21.free.fr [212.27.42.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Fv2202jCcz4XVw; Mon, 31 May 2021 17:13:44 +0000 (UTC) (envelope-from marc@blackend.org) Received: from emphyrio.blackend.org (unknown [82.64.86.146]) by smtp1-g21.free.fr (Postfix) with ESMTPS id A1419B004E8; Mon, 31 May 2021 19:13:35 +0200 (CEST) Received: from emphyrio.blackend.org (localhost [127.0.0.1]) by emphyrio.blackend.org (8.16.1/8.16.1) with ESMTPS id 14VHDZHO014444 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Mon, 31 May 2021 19:13:35 +0200 (CEST) (envelope-from marc@emphyrio.blackend.org) Received: (from marc@localhost) by emphyrio.blackend.org (8.16.1/8.16.1/Submit) id 14VHDZ3N014443; Mon, 31 May 2021 19:13:35 +0200 (CEST) (envelope-from marc) Date: Mon, 31 May 2021 19:13:35 +0200 From: Marc Fonvieille To: doc-committers@freebsd.org, dev-commits-doc-all@freebsd.org Subject: Re: git: 5f4322e404 - main - documentation/Makefile: Add PDF targets. Message-ID: References: <202105311626.14VGQKfc005089@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <202105311626.14VGQKfc005089@gitrepo.freebsd.org> X-Rspamd-Queue-Id: 4Fv2202jCcz4XVw X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of marc@blackend.org has no SPF policy when checking 212.27.42.1) smtp.mailfrom=marc@blackend.org X-Spamd-Result: default: False [-1.80 / 15.00]; RWL_MAILSPIKE_GOOD(0.00)[212.27.42.1:from]; TO_DN_NONE(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RCPT_COUNT_TWO(0.00)[2]; FORGED_SENDER(0.30)[blackend@freebsd.org,marc@blackend.org]; RECEIVED_SPAMHAUS_PBL(0.00)[82.64.86.146:received]; MIME_TRACE(0.00)[0:+]; RBL_DBL_DONT_QUERY_IPS(0.00)[212.27.42.1:from]; ASN(0.00)[asn:12322, ipnet:212.27.32.0/19, country:FR]; R_DKIM_NA(0.00)[]; FROM_NEQ_ENVFROM(0.00)[blackend@freebsd.org,marc@blackend.org]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FREEFALL_USER(0.00)[marc]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[freebsd.org]; AUTH_NA(1.00)[]; SPAMHAUS_ZRD(0.00)[212.27.42.1:from:127.0.2.255]; RCVD_IN_DNSWL_NONE(0.00)[212.27.42.1:from]; R_SPF_NA(0.00)[no SPF record]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[dev-commits-doc-all] X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 May 2021 17:13:45 -0000 Le 31.05.2021 16:26, Marc Fonvieille a écrit : > The branch main has been updated by blackend: > > URL: https://cgit.FreeBSD.org/doc/commit/?id=5f4322e404e4ea93f640658f3aef25b7e45a4e95 > > commit 5f4322e404e4ea93f640658f3aef25b7e45a4e95 > Author: Marc Fonvieille > AuthorDate: 2021-05-31 16:16:55 +0000 > Commit: Marc Fonvieille > CommitDate: 2021-05-31 16:16:55 +0000 > > documentation/Makefile: Add PDF targets. > > Addition of various PDF targets allowing the build of books, articles > with the choice of the language. For example, to build both en_US and > fr_FR books, use: > make DOC_LANG="en,fr" pdf-books > Documents are installed in documentation/public/lang/. Targets to clean > the builds are also available. > I forgot to mention it, you need to upgrade your docproj package/port which now comes, by default, with asciidoctor-pdf (or manually install it). -- Marc