summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@codelibre.net>2022-05-30 07:21:53 +0100
committerRoger Leigh <rleigh@codelibre.net>2022-06-04 20:53:23 +0100
commit21ae5bbb020fe649d8059079ebb1c2def8aef6a4 (patch)
treed54791ff4a49308c441b594f0d1930fd428d413b /Makefile.am
parent9ba9c66ccaed95abc4be074801ecd7fdf058fb37 (diff)
downloadlibtiff-git-21ae5bbb020fe649d8059079ebb1c2def8aef6a4.tar.gz
Convert HTML documentation to Sphinx RST
* Add CMake build logic * Add Autotools build logic * Move from html/ to doc/ * Manual pages are still generated HTML for the time being
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index aaabf4d1..9b6ff94f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -58,7 +58,7 @@ distcheck-hook:
rm -rf $(distdir)/_build/cmake
rm -rf $(distdir)/_inst/cmake
-SUBDIRS = port libtiff tools build contrib test man html
+SUBDIRS = port libtiff tools build contrib test doc man
release:
(rm -f $(top_srcdir)/RELEASE-DATE && echo $(LIBTIFF_RELEASE_DATE) > $(top_srcdir)/RELEASE-DATE)