diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-08-28 11:53:54 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-08-28 13:17:21 +0000 |
commit | 0df0f539c23207b996fdc8b4a97fe1354cab4474 (patch) | |
tree | 135ffe450595f3460c2e8eb0f339f21126b7f586 /x11/wezterm/files/patch-docs | |
parent | textproc/mdbook-linkcheck: add new port (diff) |
x11/wezterm: install documentation
Increases install size by ~70 MiB but there're no manpages.
Diffstat (limited to 'x11/wezterm/files/patch-docs')
-rw-r--r-- | x11/wezterm/files/patch-docs | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/x11/wezterm/files/patch-docs b/x11/wezterm/files/patch-docs new file mode 100644 index 000000000000..4201001c8ec4 --- /dev/null +++ b/x11/wezterm/files/patch-docs @@ -0,0 +1,33 @@ +Drop installation chapter as it requires network during build + +--- ci/generate-docs.py.orig 2021-08-14 19:44:38 UTC ++++ ci/generate-docs.py +@@ -114,17 +114,6 @@ TOC = [ + "wezterm", + "index.md", + children=[ +- Page( +- "Install", +- "installation.md", +- children=[ +- Page("Windows", "install/windows.md"), +- Page("macOS", "install/macos.md"), +- Page("Linux", "install/linux.md"), +- Page("FreeBSD", "install/freebsd.md"), +- Page("Build from source", "install/source.md"), +- ], +- ), + Page("Features", "features.md"), + Page("Change Log", "changelog.md"), + Page( +--- docs/contributing.md.orig 2021-08-14 19:44:38 UTC ++++ docs/contributing.md +@@ -8,7 +8,7 @@ If you're thinking of helping out, then the following + * [WezTerm on GitHub](https://github.com/wez/wezterm) + * [GitHub Discussions](https://github.com/wez/wezterm/discussions) + * [Realtime conversation with wez on Element.io/Gitter](help.html) +-* [Building from Source](install/source.html) ++* [Building from Source](https://github.com/wez/wezterm/blob/main/docs/install/source.markdown) + * [Where to find things and hacking on wezterm](https://github.com/wez/wezterm/blob/master/CONTRIBUTING.md#contributing-to-wezterm) + + I like to think that I have an open mind and I try to be open to ideas, |