feat: add color explanations

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2023-08-04 06:04:28 +02:00
parent 56db8d136d
commit c6867a048b
No known key found for this signature in database
GPG Key ID: CDDC792F655251ED
4 changed files with 9 additions and 4 deletions

View File

@ -100,6 +100,7 @@ all-release: build-release test-release
mkdir -p "${CARGO_TARGET_DIR:-target}/man"
pandoc --standalone -f markdown -t man man/eza.1.md > "${CARGO_TARGET_DIR:-target}/man/eza.1"
pandoc --standalone -f markdown -t man man/eza_colors.5.md > "${CARGO_TARGET_DIR:-target}/man/eza_colors.5"
pandoc --standalone -f markdown -t man man/eza_colors-explanation.5.md > "${CARGO_TARGET_DIR:-target}/man/eza_colors-explanation.5"
# build and preview the main man page (eza.1)
@man-1-preview: man
@ -108,3 +109,7 @@ all-release: build-release test-release
# build and preview the colour configuration man page (eza_colors.5)
@man-5-preview: man
man "${CARGO_TARGET_DIR:-target}/man/eza_colors.5"
# build and preview the colour configuration man page (eza_colors.5)
@man-5-explanations-preview: man
man "${CARGO_TARGET_DIR:-target}/man/eza_colors-explanation.5"

View File

@ -273,4 +273,4 @@ SEE ALSO
========
- [eza_colors.5.md](eza_colors.5.md)
- [eza-colors-explanation.md](eza-colors-explanation.md)
- [eza_colors-explanation.5.md](eza_colors-explanation.5.md)

View File

@ -37,5 +37,5 @@ in the same directory as one of its source files: styles.css will count as compi
## See also
- [exa.1.md](exa.1.md)
- [exa_colors.5.md](exa_colors.5.md)
- [eza.1.md](eza.1.md)
- [eza_colors.5.md](eza_colors.5.md)

View File

@ -281,4 +281,4 @@ SEE ALSO
========
- [eza.1.md](eza.1.md)
- [eza-colors-explanation.md](eza-colors-explanation.md)
- [eza_colors-explanation.5.md](eza_colors-explanation.5.md)