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 /doc/Makefile.am | |
parent | b1fcc672448f8403a567cd280c2151eb6d5799cb (diff) | |
download | libtuberia-c8197fbb9b4beafdd6a927fbf323a3e50963aeb6.tar.gz |
fix documentation distribution and installation
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 0f61643..4262876 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,10 +1,8 @@ -EXTRA_DIST = Doxyfile - if DOXYGEN doc_DATA = doxygen_html.tar man3_MANS = doxygen_man/man3/tuberia.h.3 -doxygen_html doxygen_man/man3/tuberia.h.3 &: Doxyfile ../src/tuberia.h +doxygen_html doxygen_man/man3/tuberia.h.3 &: Doxyfile $(srcdir)/../src/tuberia.h doxygen Doxyfile doxygen_html.tar: doxygen_html |