GayBSD documentation tree
Find a file
Olivier Certner 1e7c4a3928 doc.docbook.mk: Fix LATESTREVISION determination, causes build failure on non-English locales
Fixes, e.g., manual articles/books build (i.e., typing `make` in the right
directory).

There were two problems:
1. Git or SVN information retrieval depends on the current locale, and doesn't
work with non-English ones.
2. Fallback for LATESTREVISION most of the time (sometimes works, probable
race) itself fails because PWD is set to document's directory + '/obj', but
sources are in the document's directory.

Problem 2 is the most annoying because documentation builds simply fails
(`xsltproc` becomes unable to resolve 'latestrevision.*' variables in, e.g.,
articles). But point 2's failure appears only because of point 1's failure,
which doesn't happen on a machine with English or C locale.

PR: 246936
2021-01-19 15:18:40 +01:00
bn_BD.UTF-8
da_DK.ISO8859-1
de_DE.ISO8859-1 Remove unused entities 2021-01-12 23:17:41 +00:00
el_GR.ISO8859-7 Remove unused entities 2021-01-12 23:17:41 +00:00
en_US.ISO8859-1 articles/nanobsd: Add section on customizing NanoBSD 2021-01-19 03:16:17 +01:00
es_ES.ISO8859-1 Remove unused entities 2021-01-12 23:17:41 +00:00
fr_FR.ISO8859-1 Remove unused entities 2021-01-12 23:17:41 +00:00
hu_HU.ISO8859-2 Remove unused entities 2021-01-12 23:17:41 +00:00
it_IT.ISO8859-15
ja_JP.eucJP - Merge the following from the English version: 2021-01-19 01:09:49 +09:00
ko_KR.UTF-8
mn_MN.UTF-8 Remove unused entities 2021-01-12 23:17:41 +00:00
nl_NL.ISO8859-1 Remove unused entities 2021-01-12 23:17:41 +00:00
pl_PL.ISO8859-2 Remove unused entities 2021-01-12 23:17:41 +00:00
pt_BR.ISO8859-1 Remove unused entities 2021-01-12 23:17:41 +00:00
ru_RU.KOI8-R Remove unused entities 2021-01-12 23:17:41 +00:00
share doc.docbook.mk: Fix LATESTREVISION determination, causes build failure on non-English locales 2021-01-19 15:18:40 +01:00
tr_TR.ISO8859-9
zh_CN.UTF-8 Remove unused entities 2021-01-12 23:17:41 +00:00
zh_TW.UTF-8 -Traditional Chinese Translation of the latest news item (Jan 2nd) 2021-01-11 06:32:32 +00:00
.arcconfig remove trailing comma 2020-12-13 08:57:46 -08:00
.cirrus.yml Add Cirrus CI config file 2020-12-13 12:41:06 +00:00
Makefile Update the build infrastructure to use Git instead of Subversion 2020-12-23 20:06:07 +01:00
README Make README more verbose 2020-12-13 09:12:40 -08:00

$FreeBSD$

If you plan on building a local copy of the FreeBSD documentation, or using
our toolchain in your own projects, please read the Documentation Primer at:

    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/fdp-primer/

for information about the tools and formatting languages we use.
Chapter 1 has a Quick Start section, and Chapter 2 covers the software
and related items in more detail.