]> git.ipfire.org Git - thirdparty/kea.git/commit
[#1945] fix building docs from tarball
authorAndrei Pavel <andrei@isc.org>
Thu, 22 Aug 2024 15:16:45 +0000 (18:16 +0300)
committerAndrei Pavel <andrei@isc.org>
Thu, 22 Aug 2024 21:59:01 +0000 (00:59 +0300)
commitd56adac4e36a9ecde1ecb5cd5b1ba6715aa261a0
tree3810ebbc6faefa72464c85d34644f297018e123b
parent5e7ba78999797c530166c5d2f7e3e43980340117
[#1945] fix building docs from tarball

- Move tools/* EXTRA_DISTs inside tools/Makefile.am because that's where
  they belong.
- Add check-messages.py to EXTRA_DIST in tools/Makefile.am to allow
  someone who downloads the tarball to regenerate the entire message
  documentation just like before.
- Add debug-messages.rst and kea-messages.rst to the tarball so that
  they are not forced to use check-messages.py to regenerate message
  documentation.
- Add singlehtml to all rule. It is the only type of docs that are not
  built by default.
Makefile.am
doc/sphinx/Makefile.am
tools/Makefile.am