From 67e465af711c3da9267de8c5870d8242b353e8ba Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Fri, 6 Jan 2023 17:07:47 +0100 Subject: [PATCH] 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 (cherry picked from commit 26eaf6e386ed2b960c0004d2f927b586e516f587) --- doc/developer/subdir.am | 1 + doc/user/subdir.am | 2 ++ 2 files changed, 3 insertions(+) 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 14ace2c856..2bb1d28a2f 100644 --- a/doc/user/subdir.am +++ b/doc/user/subdir.am @@ -56,6 +56,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 -- 2.39.5