From: David Lamparter Date: Fri, 6 Jan 2023 16:07:47 +0000 (+0100) Subject: build: add doc files missing from dist tarball X-Git-Tag: base_8.5~93^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=26eaf6e386ed2b960c0004d2f927b586e516f587;p=mirror%2Ffrr.git build: add doc files missing from dist tarball The override.css/js files for sphinx docs were not being included into the tarball created by `make dist`. Signed-off-by: David Lamparter --- diff --git a/doc/developer/subdir.am b/doc/developer/subdir.am index 9cf14a1966..b4c752a473 100644 --- a/doc/developer/subdir.am +++ b/doc/developer/subdir.am @@ -71,6 +71,7 @@ EXTRA_DIST += \ doc/developer/draft-zebra-00.ms \ doc/developer/ldpd-basic-test-setup.md \ doc/developer/release-announcement-template.md \ + doc/developer/_static/overrides.css \ # end DEVBUILD = doc/developer/_build diff --git a/doc/user/subdir.am b/doc/user/subdir.am index e07c9b6dc3..706e1ea449 100644 --- a/doc/user/subdir.am +++ b/doc/user/subdir.am @@ -58,6 +58,8 @@ user_RSTFILES = \ EXTRA_DIST += \ $(user_RSTFILES) \ doc/user/Useful_Sysctl_Settings.md \ + doc/user/_static/overrides.css \ + doc/user/_static/overrides.js \ # end USERBUILD = doc/user/_build