diff options
author | eldritch horrors <pennae@lix.systems> | 2024-04-08 20:08:53 +0200 |
---|---|---|
committer | eldritch horrors <pennae@lix.systems> | 2024-04-09 02:09:36 +0000 |
commit | c1ae35d34a57651b2bcb99c5e80a6dc524d805e0 (patch) | |
tree | e34adbe52e084097a001f528cc04376fad1c8fd1 /.gitignore | |
parent | d9bc197ff4cf3fa1d80e213ddc56efd7d09a5d63 (diff) |
docs: don't compute SUMMARY.md during build
this would make meson build compatibility unnecessarily hard and
the cli does not change often enough to justify this complexity.
Change-Id: I17b1870cdf8538feeaa01a9945db97af2175a642
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index c385ef940..d25f6310f 100644 --- a/.gitignore +++ b/.gitignore @@ -21,7 +21,6 @@ perl/Makefile.config /doc/manual/conf-file.json /doc/manual/language.json /doc/manual/xp-features.json -/doc/manual/src/SUMMARY.md /doc/manual/src/command-ref/new-cli /doc/manual/src/command-ref/conf-file.md /doc/manual/src/command-ref/experimental-features-shortlist.md |