aboutsummaryrefslogtreecommitdiff
path: root/PACKAGERS
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2023-03-17 01:30:36 +0800
committerJia Tan <jiat0218@gmail.com>2023-03-17 20:19:16 +0800
commit896295117324f323c0b8db6a31ad6ebfaa88793d (patch)
treea8484e20aa6635dc48a8ec2b04bf8614885470bc /PACKAGERS
parentliblzma: Remove note from lzma_options_bcj about the ARM64 exception. (diff)
downloadxz-896295117324f323c0b8db6a31ad6ebfaa88793d.tar.xz
Doc: Rename Doxygen HTML doc directory name liblzma => api.
When the docs are installed, calling the directory "liblzma" is confusing since multiple other files in the doc directory are for liblzma. This should also make it more natural for distros when they package the documentation.
Diffstat (limited to 'PACKAGERS')
-rw-r--r--PACKAGERS4
1 files changed, 2 insertions, 2 deletions
diff --git a/PACKAGERS b/PACKAGERS
index 521dd4e4..3042c669 100644
--- a/PACKAGERS
+++ b/PACKAGERS
@@ -171,10 +171,10 @@ Information to packagers of XZ Utils
The Doxygen-generated documentation (HTML) for the liblzma API
headers is included in the source release and will be installed by
- "make install" to $docdir/liblzma. All JavaScript is removed to
+ "make install" to $docdir/api. All JavaScript is removed to
simplify license compliance and to reduce the install size. If the
liblzma API documentation is not desired, either run configure with
- --disable-doc or remove the doc/liblzma directory before running
+ --disable-doc or remove the doc/api directory before running
"make install".