]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove pregenerated manpages from the repo
authorPetr Špaček <pspacek@isc.org>
Mon, 4 Jul 2022 15:25:11 +0000 (17:25 +0200)
committerOndřej Surý <ondrej@isc.org>
Fri, 10 Feb 2023 10:24:03 +0000 (11:24 +0100)
commit911046519492b99b62ba442fe0659bbc9167b1cb
tree3717d843abfa857f6541c63a7d58111e55d788f4
parentdaf78318edadad812b21175321c30f06592c0212
Remove pregenerated manpages from the repo

We don't need them in the repo, it's sufficient if we pregenerate them
while preparing the tarball.  That way we don't have overhead while
modifying them but they are still available for installations without
Sphinx.

I assume that this will make rebases and cherry-picks across branches
easier, with less trial and error churn required in the CI.

It's implemented in the way that we build the manpages only when we
either have pregenerated pages available at the configure time or
sphinx-build is installed and working.
37 files changed:
configure.ac
doc/Makefile.am
doc/man/.gitignore
doc/man/Makefile.am
doc/man/arpaname.1in [deleted file]
doc/man/ddns-confgen.8in [deleted file]
doc/man/delv.1in [deleted file]
doc/man/dig.1in [deleted file]
doc/man/dnssec-cds.1in [deleted file]
doc/man/dnssec-dsfromkey.1in [deleted file]
doc/man/dnssec-importkey.1in [deleted file]
doc/man/dnssec-keyfromlabel.1in [deleted file]
doc/man/dnssec-keygen.1in [deleted file]
doc/man/dnssec-revoke.1in [deleted file]
doc/man/dnssec-settime.1in [deleted file]
doc/man/dnssec-signzone.1in [deleted file]
doc/man/dnssec-verify.1in [deleted file]
doc/man/dnstap-read.1in [deleted file]
doc/man/filter-a.8in [deleted file]
doc/man/filter-aaaa.8in [deleted file]
doc/man/host.1in [deleted file]
doc/man/mdig.1in [deleted file]
doc/man/named-checkconf.1in [deleted file]
doc/man/named-checkzone.1in [deleted file]
doc/man/named-compilezone.1in [deleted file]
doc/man/named-journalprint.1in [deleted file]
doc/man/named-nzd2nzf.1in [deleted file]
doc/man/named-rrchecker.1in [deleted file]
doc/man/named.8in [deleted file]
doc/man/named.conf.5in [deleted file]
doc/man/nsec3hash.1in [deleted file]
doc/man/nslookup.1in [deleted file]
doc/man/nsupdate.1in [deleted file]
doc/man/rndc-confgen.8in [deleted file]
doc/man/rndc.8in [deleted file]
doc/man/rndc.conf.5in [deleted file]
doc/man/tsig-keygen.8in [deleted file]