doc/share/mk
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
..
doc.commands.mk Redirect gs stdout to stderr. This will prevent warnings to be part of 2021-01-10 17:01:58 +01:00
doc.common.mk
doc.docbook-dep.mk Fix minor grammatical nits in error output. 2017-12-12 16:04:47 +00:00
doc.docbook.mk doc.docbook.mk: Fix LATESTREVISION determination, causes build failure on non-English locales 2021-01-19 15:18:40 +01:00
doc.images.mk - Tidy up .ps.eps target to make sure the build really fails when a 2020-04-29 08:30:56 +00:00
doc.install.mk
doc.project.mk Remove PS format. PS files are broken: fop is unable to embed fonts. 2020-08-01 10:16:40 +00:00
doc.slides.mk
doc.subdir.mk support `make po' for sub-directories 2017-10-12 14:14:41 +00:00
doc.translate.mk share/mk/doc.translate.mk: Improve make po 2018-08-28 23:52:43 +00:00
doc.xml.mk Add dependency on share/pgpkeys/*.key. This is a temporary measure 2020-09-02 22:03:14 +00:00
web.site.mk we need to delete the target symlink first before we can create it 2017-10-07 09:03:10 +00:00