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 | |
| 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-- | README.adoc | 6 | ||||
| -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 | ||||
| -rw-r--r-- | meta.txt | 2 |
7 files changed, 13 insertions, 13 deletions
diff --git a/README.adoc b/README.adoc index 9ec3858..508a753 100644 --- a/README.adoc +++ b/README.adoc @@ -12,13 +12,13 @@ euandre.org - a personal website in six languages, built from asciidoc The source of https://euandre.org: a personal website of articles, notes, pastebins, podcasts, screencasts and slide decks, in six -languages, built by *mkwb*(1) from asciidoc. +languages, built by *mkwbg*(1) from asciidoc. The site is static in the strict sense --- every page, feed and sitemap is a file on disk, and serving it needs nothing but a web server. Translations are generated by *po4a*(1) from one catalogue per language, so a change to the English source propagates rather -than drifting. Slide decks render to PDF through *eslaides*(1), +than drifting. Slide decks render to PDF through *eslaidesg*(1), and the music pages are engraved from LilyPond sources. == Build @@ -36,7 +36,7 @@ which inlines them into `deps.mk`. What is here is only what is this site's --- its name, its languages, its port. Compression is not the build's business: `make install` ships -content, and *gzipdir*(1) walks the installed tree afterwards. +content, and *gzipdirg*(1) walks the installed tree afterwards. == Licence 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) @@ -1,5 +1,5 @@ set ops -lang text +lang html maturity alpha dep dtarg eslaidesg eutg maritacag misctg mktorrentg mkwbg ext ghostscript gnupg imagemagick moreutils |
