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 /Makefile.am | |
parent | b1fcc672448f8403a567cd280c2151eb6d5799cb (diff) | |
download | libtuberia-c8197fbb9b4beafdd6a927fbf323a3e50963aeb6.tar.gz |
fix documentation distribution and installation
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index bf2e17e..bc03ae6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +TAR_OPTIONS = --owner=0 --group=0 + SUBDIRS = src doc test example pkgconfig_DATA = tuberia.pc |