Skip to content

build: Include HTML documentation assets in release tarballs - #927

Open
neko941 wants to merge 1 commit into
xiph:masterfrom
neko941:fix/issue-815-release-doc-assets
Open

build: Include HTML documentation assets in release tarballs#927
neko941 wants to merge 1 commit into
xiph:masterfrom
neko941:fix/issue-815-release-doc-assets

Conversation

@neko941

@neko941 neko941 commented Aug 13, 2026

Copy link
Copy Markdown

Fixes #815.

man/header.inc, man/footer.inc, and man/style.css are required when
rebuilding the HTML documentation, but were not included in release
tarballs because they were missing from EXTRA_DIST.

Add these files to man/Makefile.am so they are packaged by make dist.

Verification:

  • Before this change, the generated tarball contained none of the three files.
  • After this change, the generated tarball contains all three files.
  • git diff --check passes.

The header, footer, and stylesheet are required to rebuild the HTML
documentation but are missing from release tarballs. Add them to
EXTRA_DIST so Automake packages them.

Fixes xiph#815
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

man/header.inc, man/footer.inc and style.css missing from release tarballs

1 participant