mirror of https://git.FreeBSD.org/doc.git
pl/: Fix include links for PDF.
This commit is contained in:
parent
3cb477eaad
commit
e89d34ab6a
|
@ -24,7 +24,17 @@ trademarks: ["freebsd", "3com", "intel", "general"]
|
|||
:figure-caption: Rysunek
|
||||
:example-caption: Przykład
|
||||
|
||||
ifeval::["{backend}" == "html5"]
|
||||
include::shared/pl/urls.adoc[]
|
||||
endif::[]
|
||||
|
||||
ifeval::["{backend}" == "pdf"]
|
||||
include::../../../../shared/pl/urls.adoc[]
|
||||
endif::[]
|
||||
|
||||
ifeval::["{backend}" == "epub3"]
|
||||
include::../../../../shared/pl/urls.adoc[]
|
||||
endif::[]
|
||||
|
||||
[.abstract-title]
|
||||
Abstrakt
|
||||
|
|
|
@ -48,7 +48,7 @@ include::../../../../shared/authors.adoc[]
|
|||
include::../../../../shared/releases.adoc[]
|
||||
include::../../../../shared/pl/mailing-lists.adoc[]
|
||||
include::../../../../shared/pl/urls.adoc[]
|
||||
include::shared/pl/teams.adoc[]
|
||||
include::../../../../shared/pl/teams.adoc[]
|
||||
:chapters-path:
|
||||
endif::[]
|
||||
|
||||
|
@ -58,7 +58,7 @@ include::../../../../shared/authors.adoc[]
|
|||
include::../../../../shared/releases.adoc[]
|
||||
include::../../../../shared/pl/mailing-lists.adoc[]
|
||||
include::../../../../shared/pl/urls.adoc[]
|
||||
include::shared/pl/teams.adoc[]
|
||||
include::../../../../shared/pl/teams.adoc[]
|
||||
:chapters-path:
|
||||
endif::[]
|
||||
|
||||
|
|
Loading…
Reference in New Issue