diff options
| author | EuAndreh <eu@euandre.org> | 2026-09-12 09:28:31 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2026-09-12 09:28:31 -0300 |
| commit | 0d4728b79d35050061184e4f5a2a21707e8fa632 (patch) | |
| tree | 16d3977dcdb36ddd00a144c1217b9d2bcbfccc4a /doc | |
| parent | deps.mk: Regenerate, for the tool names the rename moved (diff) | |
| download | euandre.org-0d4728b79d35050061184e4f5a2a21707e8fa632.tar.gz euandre.org-0d4728b79d35050061184e4f5a2a21707e8fa632.tar.xz | |
lang is "html": what this builds is a tree of pages, and pkgs reads
that to pick mkwbpkg, which adds the gzip phase that puts a twin
beside every file that shrinks.
The documentation catches up too. The rename sweep matched
"mkwb(1)" but not "*mkwb*(1)": with the section in the brackets after
the closing star, the name is not what the paren follows.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015bWfjj7PP24iF5MqFHmdeC
Diffstat (limited to '')
| -rw-r--r-- | doc/euandre.org.en.0.adoc | 4 | ||||
| -rw-r--r-- | doc/euandre.org.en.3.adoc | 4 | ||||
| -rw-r--r-- | doc/euandre.org.en.7recipes.adoc | 4 | ||||
| -rw-r--r-- | doc/euandre.org.en.7tutorial.adoc | 2 | ||||
| -rw-r--r-- | doc/euandre.org.en.7why.adoc | 4 |
5 files changed, 9 insertions, 9 deletions
diff --git a/doc/euandre.org.en.0.adoc b/doc/euandre.org.en.0.adoc index c13b114..7e865e5 100644 --- a/doc/euandre.org.en.0.adoc +++ b/doc/euandre.org.en.0.adoc @@ -33,13 +33,13 @@ What has changed, and what is known to be left. The build rules are not this repository's own. `mkdeps.sh` ends with `mkwb rules`, which writes them into `deps.mk`; what is kept here is only what is this site's --- its name, its languages, its port. For -the rules themselves see *mkwb*(1). +the rules themselves see *mkwbg*(1). == SEE ALSO -*mkwb*(1), *adocg*(1), *po4a*(1), *eslaides*(1) +*mkwbg*(1), *adocg*(1), *po4a*(1), *eslaidesg*(1) diff --git a/doc/euandre.org.en.3.adoc b/doc/euandre.org.en.3.adoc index 3d28bb1..9d56c98 100644 --- a/doc/euandre.org.en.3.adoc +++ b/doc/euandre.org.en.3.adoc @@ -16,14 +16,14 @@ the fleet carries the same set of pages --- a reader who knows where to look in one knows where to look in all of them. The code the site does lean on lives elsewhere and documents itself -there: *mkwb*(3) for the builder, *adocg*(3) for the markup, and the +there: *mkwbg*(3) for the builder, *adocg*(3) for the markup, and the compiler chain beneath it --- *pacag*(3), *tatug*(3), *cutiag*(3). == SEE ALSO -*mkwb*(3), *adocg*(3), *euandre.org*(0) +*mkwbg*(3), *adocg*(3), *euandre.org*(0) diff --git a/doc/euandre.org.en.7recipes.adoc b/doc/euandre.org.en.7recipes.adoc index aa26a89..7473c93 100644 --- a/doc/euandre.org.en.7recipes.adoc +++ b/doc/euandre.org.en.7recipes.adoc @@ -54,7 +54,7 @@ not kept in the repository, which is why the build makes them. == Add a slide deck -A deck is an `.eslaides` file under `src/content/`; *eslaides*(1) +A deck is an `.eslaides` file under `src/content/`; *eslaidesg*(1) renders it to PostScript and ghostscript to PDF. Both land beside the source, and `sh mkdeps.sh > deps.mk` is what notices the new file. @@ -88,7 +88,7 @@ holds, so what is about to be removed can be read before it is. == SEE ALSO -*euandre.org*(7tutorial), *euandre.org*(0), *mkwb*(1), *eslaides*(1), *po4a*(1) +*euandre.org*(7tutorial), *euandre.org*(0), *mkwbg*(1), *eslaidesg*(1), *po4a*(1) diff --git a/doc/euandre.org.en.7tutorial.adoc b/doc/euandre.org.en.7tutorial.adoc index 0c99b39..0e49076 100644 --- a/doc/euandre.org.en.7tutorial.adoc +++ b/doc/euandre.org.en.7tutorial.adoc @@ -84,7 +84,7 @@ the point of keeping them as catalogues rather than as copies. == SEE ALSO -*euandre.org*(7recipes), *euandre.org*(0), *mkwb*(1), *adocg*(7), *po4a*(1) +*euandre.org*(7recipes), *euandre.org*(0), *mkwbg*(1), *adocg*(7), *po4a*(1) diff --git a/doc/euandre.org.en.7why.adoc b/doc/euandre.org.en.7why.adoc index 2ba9b7c..ab1a021 100644 --- a/doc/euandre.org.en.7why.adoc +++ b/doc/euandre.org.en.7why.adoc @@ -35,7 +35,7 @@ languages, its port. A copy of the rules per site drifts, and did. Two sites built the same way should differ in what they are, not in how they are made, and the way to hold that is for the shared half to have one home. See -*mkwb*(1). +*mkwbg*(1). @@ -75,7 +75,7 @@ goes. == SEE ALSO -*euandre.org*(0), *euandre.org*(7README), *mkwb*(1), *po4a*(1) +*euandre.org*(0), *euandre.org*(7README), *mkwbg*(1), *po4a*(1) |
