diff options
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -158,7 +158,7 @@ See `doc/defaultbuildopts` for the exact flags used by each build system. ### Post-build processing After compilation, apkg automatically: -- Compresses man pages (man1–man8, gzip) and info pages +- Compresses man pages (man1-man8, gzip) and info pages - Removes common conflict files (`fonts.dir`, `fonts.scale`, `perllocal.pod`, `charset.alias`) - Removes static libraries (`*.a`), libtool archives (`*.la`), locales, and docs (unless kept via `keep_*`) - Strips ELF binaries (`--strip-all`), shared objects (`--strip-unneeded`), and static archives (`--strip-debug`) |