summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2023-01-06 17:07:47 +0100
committerDavid Lamparter <equinox@opensourcerouting.org>2023-01-06 17:07:47 +0100
commit26eaf6e386ed2b960c0004d2f927b586e516f587 (patch)
treed958d9eea842e3fbe0e11bad7ced2c580388fba9 /doc
parenta185874504654a691aa7c204b87ee2f9e3b8a49a (diff)
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 <equinox@opensourcerouting.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/developer/subdir.am1
-rw-r--r--doc/user/subdir.am2
2 files changed, 3 insertions, 0 deletions
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