mbox series

[bug#58638,core-updates,0/2] build/gnu: Support compressing non-numeric man sections.

Message ID cover.1666192557.git.lilah@lunabee.space
Headers show
Series build/gnu: Support compressing non-numeric man sections. | expand

Message

Lilah Tascheter Oct. 19, 2022, 3:24 p.m. UTC
The regex currently used by compress-documentation to compress manpages only
supports numeric man sections, which sometimes isn't the case (eg
man-pages-posix section 0p). Guix compiles with this change, but I haven't been
able to actually test packages with it due to these patches rebuilding
everything.

I'm not sure if something similar should be done for the infopage regex? I'm not
familiar with it.

Lilah Tascheter (2):
  build/gnu: Support compressing non-numeric man sections.
  gnu: man-pages-posix: Remove redundant manpage compression.

 gnu/packages/man.scm            | 8 ++++----
 guix/build/gnu-build-system.scm | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)


base-commit: 511d584906c6304a3dc6ffcf7096bb14c6bee222