aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2023-01-03 20:37:30 +0800
committerJia Tan <jiat0218@gmail.com>2023-03-17 20:17:27 +0800
commit9af8f6f947a43974a4ff025f4c896f2fb4c91b4f (patch)
treed60c496407468c536ba418b14f4dd6526d57d6a8 /configure.ac
parentTests: Remove unused macros and functions. (diff)
downloadxz-9af8f6f947a43974a4ff025f4c896f2fb4c91b4f.tar.xz
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 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8696a025..631b1877 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1132,7 +1132,6 @@ xz=`echo xz | sed "$program_transform_name"`
AC_SUBST([xz])
AC_CONFIG_FILES([
- Doxyfile
Makefile
po/Makefile.in
lib/Makefile