Discussion:
git: 58375f6399 - main - ru/books/arch-handbook/: add a missing book.adoc, this allows PDF build.
Marc Fonvieille
2021-05-31 16:08:19 UTC
Permalink
The branch main has been updated by blackend:

URL: https://cgit.FreeBSD.org/doc/commit/?id=58375f63995ea28c5e3dfa4d4c45cb4959c153bc

commit 58375f63995ea28c5e3dfa4d4c45cb4959c153bc
Author: Marc Fonvieille <***@FreeBSD.org>
AuthorDate: 2021-05-31 16:03:10 +0000
Commit: Marc Fonvieille <***@FreeBSD.org>
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[]
+

Loading...