diff options
author | Nicolas Dato <nicolas.dato@gmail.com> | 2025-07-19 18:58:07 -0300 |
---|---|---|
committer | Nicolas Dato <nicolas.dato@gmail.com> | 2025-07-19 18:58:07 -0300 |
commit | c8197fbb9b4beafdd6a927fbf323a3e50963aeb6 (patch) | |
tree | 5dd7d5486cac4f0820fb0999fd1fdc5af158bae7 /configure.ac | |
parent | b1fcc672448f8403a567cd280c2151eb6d5799cb (diff) | |
download | libtuberia-c8197fbb9b4beafdd6a927fbf323a3e50963aeb6.tar.gz |
fix documentation distribution and installation
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index d02c43b..28b21db 100644 --- a/configure.ac +++ b/configure.ac @@ -63,6 +63,7 @@ AM_CONDITIONAL([TUBERIATEST], [test x$enable_tuberia_test = xyes]) AC_CONFIG_FILES([Makefile src/Makefile + doc/Doxyfile doc/Makefile test/Makefile example/Makefile |