Skip to content

Commit 67e465a

Browse files
eqvinoxmergify[bot]
authored andcommitted
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> (cherry picked from commit 26eaf6e)
1 parent e0f65db commit 67e465a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

doc/developer/subdir.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ EXTRA_DIST += \
7171
doc/developer/draft-zebra-00.ms \
7272
doc/developer/ldpd-basic-test-setup.md \
7373
doc/developer/release-announcement-template.md \
74+
doc/developer/_static/overrides.css \
7475
# end
7576

7677
DEVBUILD = doc/developer/_build

doc/user/subdir.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ user_RSTFILES = \
5656
EXTRA_DIST += \
5757
$(user_RSTFILES) \
5858
doc/user/Useful_Sysctl_Settings.md \
59+
doc/user/_static/overrides.css \
60+
doc/user/_static/overrides.js \
5961
# end
6062

6163
USERBUILD = doc/user/_build

0 commit comments

Comments
 (0)