From owner-dev-commits-doc-all@freebsd.org Mon May 31 16:08:20 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 0340564A56B for ; Mon, 31 May 2021 16:08:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Fv0ZW6ghdz3sFK; Mon, 31 May 2021 16:08:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CAF681327C; Mon, 31 May 2021 16:08:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14VG8JZp078718; Mon, 31 May 2021 16:08:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14VG8JbX078717; Mon, 31 May 2021 16:08:19 GMT (envelope-from git) Date: Mon, 31 May 2021 16:08:19 GMT Message-Id: <202105311608.14VG8JbX078717@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Marc Fonvieille Subject: git: 58375f6399 - main - ru/books/arch-handbook/: add a missing book.adoc, this allows PDF build. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: blackend X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 58375f63995ea28c5e3dfa4d4c45cb4959c153bc Auto-Submitted: auto-generated 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 16:08:20 -0000 The branch main has been updated by blackend: URL: https://cgit.FreeBSD.org/doc/commit/?id=58375f63995ea28c5e3dfa4d4c45cb4959c153bc commit 58375f63995ea28c5e3dfa4d4c45cb4959c153bc Author: Marc Fonvieille AuthorDate: 2021-05-31 16:03:10 +0000 Commit: Marc Fonvieille CommitDate: 2021-05-31 16:03:10 +0000 ru/books/arch-handbook/: add a missing book.adoc, this allows PDF build. --- .../content/ru/books/arch-handbook/book.adoc | 72 ++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/documentation/content/ru/books/arch-handbook/book.adoc b/documentation/content/ru/books/arch-handbook/book.adoc new file mode 100644 index 0000000000..863d9aa451 --- /dev/null +++ b/documentation/content/ru/books/arch-handbook/book.adoc @@ -0,0 +1,72 @@ +--- +title: FreeBSD Architecture Handbook +authors: + - author: The FreeBSD Documentation Project +copyright: Copyright © 2000-2006, 2012-2013 The FreeBSD Documentation Project +description: FreeBSD Architecture Handbook +trademarks: ["freebsd", "apple", "microsoft", "unix", "general"] +tags: ["Arch Handbook", "FreeBSD"] +--- + += FreeBSD Architecture Handbook +:doctype: book +:toc: macro +:toclevels: 2 +:icons: font +:xrefstyle: basic +:relfileprefix: ../ +:outfilesuffix: +:sectnums: +:sectnumlevels: 6 +:partnums: +:chapter-signifier: Chapter +:part-signifier: Part +:source-highlighter: rouge +:experimental: +:skip-front-matter: +:book: true +:pdf: false + +ifeval::["{backend}" == "html5"] +include::shared/mirrors.adoc[] +include::shared/authors.adoc[] +include::shared/releases.adoc[] +include::shared/ru/mailing-lists.adoc[] +include::shared/ru/teams.adoc[] +include::shared/ru/urls.adoc[] +:chapters-path: content/ru/books/arch-handbook/ +endif::[] + +ifeval::["{backend}" == "pdf"] +include::../../../../shared/mirrors.adoc[] +include::../../../../shared/authors.adoc[] +include::../../../../shared/releases.adoc[] +include::../../../../shared/ru/mailing-lists.adoc[] +include::../../../../shared/ru/teams.adoc[] +include::../../../../shared/ru/urls.adoc[] +:chapters-path: +endif::[] + +ifeval::["{backend}" == "epub3"] +include::../../../../shared/mirrors.adoc[] +include::../../../../shared/authors.adoc[] +include::../../../../shared/releases.adoc[] +include::../../../../shared/ru/mailing-lists.adoc[] +include::../../../../shared/ru/teams.adoc[] +include::../../../../shared/ru/urls.adoc[] +:chapters-path: +endif::[] + +''' + +toc::[] + +// Section one + +include::{chapters-path}locking/chapter.adoc[] + +// Section two + +include::{chapters-path}driverbasics/chapter.adoc[] +include::{chapters-path}sound/chapter.adoc[] +