git: 75cf5289e3 - main - nl/articles: Fix include links for PDF.
Marc Fonvieille
blackend at FreeBSD.org
Wed Jun 2 16:59:58 UTC 2021
The branch main has been updated by blackend:
URL: https://cgit.FreeBSD.org/doc/commit/?id=75cf5289e3211fe307f55d84e72e773d1778da74
commit 75cf5289e3211fe307f55d84e72e773d1778da74
Author: Marc Fonvieille <blackend at FreeBSD.org>
AuthorDate: 2021-06-02 16:46:17 +0000
Commit: Marc Fonvieille <blackend at FreeBSD.org>
CommitDate: 2021-06-02 16:46:17 +0000
nl/articles: Fix include links for PDF.
---
documentation/content/nl/articles/contributing/_index.adoc | 12 ++++++++++++
documentation/content/nl/articles/leap-seconds/_index.adoc | 10 ++++++++++
.../content/nl/articles/problem-reports/_index.adoc | 12 ++++++++++++
3 files changed, 34 insertions(+)
diff --git a/documentation/content/nl/articles/contributing/_index.adoc b/documentation/content/nl/articles/contributing/_index.adoc
index e246ec0427..25197f1e74 100644
--- a/documentation/content/nl/articles/contributing/_index.adoc
+++ b/documentation/content/nl/articles/contributing/_index.adoc
@@ -23,8 +23,20 @@ trademarks: ["freebsd", "ieee", "general"]
:figure-caption: Afbeelding
:example-caption: Voorbeeld
+ifeval::["{backend}" == "html5"]
include::shared/nl/mailing-lists.adoc[]
include::shared/nl/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "pdf"]
+include::../../../../shared/nl/mailing-lists.adoc[]
+include::../../../../shared/nl/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "epub3"]
+include::../../../../shared/nl/mailing-lists.adoc[]
+include::../../../../shared/nl/urls.adoc[]
+endif::[]
[.abstract-title]
Samenvatting
diff --git a/documentation/content/nl/articles/leap-seconds/_index.adoc b/documentation/content/nl/articles/leap-seconds/_index.adoc
index 189e516b08..9f63db3c58 100644
--- a/documentation/content/nl/articles/leap-seconds/_index.adoc
+++ b/documentation/content/nl/articles/leap-seconds/_index.adoc
@@ -20,7 +20,17 @@ releaseinfo: "$FreeBSD$"
:figure-caption: Afbeelding
:example-caption: Voorbeeld
+ifeval::["{backend}" == "html5"]
include::shared/nl/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "pdf"]
+include::../../../../shared/nl/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "epub3"]
+include::../../../../shared/nl/urls.adoc[]
+endif::[]
'''
diff --git a/documentation/content/nl/articles/problem-reports/_index.adoc b/documentation/content/nl/articles/problem-reports/_index.adoc
index b5977755a8..c7863603b4 100644
--- a/documentation/content/nl/articles/problem-reports/_index.adoc
+++ b/documentation/content/nl/articles/problem-reports/_index.adoc
@@ -24,8 +24,20 @@ trademarks: ["freebsd", "ibm", "intel", "sparc", "sun", "general"]
:figure-caption: Afbeelding
:example-caption: Voorbeeld
+ifeval::["{backend}" == "html5"]
include::shared/nl/mailing-lists.adoc[]
include::shared/nl/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "pdf"]
+include::../../../../shared/nl/mailing-lists.adoc[]
+include::../../../../shared/nl/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "epub3"]
+include::../../../../shared/nl/mailing-lists.adoc[]
+include::../../../../shared/nl/urls.adoc[]
+endif::[]
[.abstract-title]
Samenvatting
More information about the dev-commits-doc-all
mailing list