diff options
author | Jia Tan <jiat0218@gmail.com> | 2023-03-17 01:30:36 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-03-17 01:42:28 +0800 |
commit | 509157c80c500426ec853bd992d684ebafc8500c (patch) | |
tree | 37d3f95015a9b8a45780558646d2a7b239038a53 /PACKAGERS | |
parent | liblzma: Remove note from lzma_options_bcj about the ARM64 exception. (diff) | |
download | xz-509157c80c500426ec853bd992d684ebafc8500c.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-- | PACKAGERS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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". |