diff options
author | Nicolas Dato <nicolas.dato@gmail.com> | 2025-07-17 20:52:49 -0300 |
---|---|---|
committer | Nicolas Dato <nicolas.dato@gmail.com> | 2025-07-18 07:15:02 -0300 |
commit | b1fcc672448f8403a567cd280c2151eb6d5799cb (patch) | |
tree | 995ef80358f3c88807d8034b5ad3f78b54301482 /Makefile.am | |
parent | ee208b6f61a4f2f52d6a796acdb0764374d23234 (diff) | |
download | libtuberia-b1fcc672448f8403a567cd280c2151eb6d5799cb.tar.gz |
adding documentation
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am index d36efab..bf2e17e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,4 @@ -SUBDIRS = src -pkgconfig_DATA = tuberia.pc - -if TESTS -SUBDIRS += test -endif -if EXAMPLES -SUBDIRS += example -endif +SUBDIRS = src doc test example +pkgconfig_DATA = tuberia.pc +dist_doc_DATA = README.md COPYING |