diff options
| author | emmett1 <me@emmett1.my> | 2026-06-20 16:59:33 +0800 |
|---|---|---|
| committer | emmett1 <me@emmett1.my> | 2026-06-20 16:59:33 +0800 |
| commit | 0656e3219a09b8ddb59db91d339267bdfa435ff9 (patch) | |
| tree | 7e1f64ecf59d543fc80e04f7e7d4c02e3bc9874d | |
| parent | 1e19e28d455b893171a5c91ead9aefbfe7c96b86 (diff) | |
| download | autils-0656e3219a09b8ddb59db91d339267bdfa435ff9.tar.gz autils-0656e3219a09b8ddb59db91d339267bdfa435ff9.zip | |
update
| -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`) |