summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2023-03-16 21:23:48 +0800
committerJia Tan <jiat0218@gmail.com>2023-03-17 01:42:28 +0800
commitc97d12f300b2a94c9f54a44c8931c8bc08cf0a73 (patch)
tree5b537fb10b1c59951bae7c4df90a05153a4a53ed /Makefile.am
parent1b7661faa4bbf4a54c6b75900b5059835c382a0f (diff)
downloadxz-c97d12f300b2a94c9f54a44c8931c8bc08cf0a73.tar.gz
Doxygen: Refactor Doxyfile.in to doxygen/Doxyfile.
Instead of having Doxyfile.in configured by Autoconf, the Doxyfile can have the tags that need to be configured piped into the doxygen command through stdin with the overrides after Doxyfile's contents. Going forward, the documentation should be generated in two different modes: liblzma or internal. liblzma is useful for most users. It is the documentation for just the liblzma API header files. This is the default. internal is for people who want to understand how xz and liblzma work. It might be useful for people who want to contribute to the project.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c4a4618..1756e5c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -55,7 +55,6 @@ EXTRA_DIST = \
cmake \
CMakeLists.txt \
autogen.sh \
- Doxyfile.in \
COPYING.GPLv2 \
COPYING.GPLv3 \
COPYING.LGPLv2.1 \