]> git.ipfire.org Git - thirdparty/pdns.git/commit - docs/Makefile.am
Port manpages to MarkDown and use autotools
authorPieter Lexis <pieter@plexis.eu>
Tue, 2 Dec 2014 07:45:53 +0000 (08:45 +0100)
committerPieter Lexis <pieter@plexis.eu>
Sun, 28 Dec 2014 20:43:47 +0000 (21:43 +0100)
commite9046dbc6fd888fa706316797a4efcf2cc46216d
tree7a69d444d03b08f96e2f29b0159a8ae32909e0d2
parentde0c47c340ba8902150beffe7f15c0ccf49abdff
Port manpages to MarkDown and use autotools

Shout out to @rubenk for helping with autotools.

 * Add disable-dnssec to pdnssec docs (closes #641)
 * Make manpages consistent with eachother
 * Expanded missing options
 * Removed old manpages
 * Added --with-docs and --with-manpages configure switches
 * Build manpages and docs in travis.
 * Add both the built docs/manpages and sources to dist tarball
 * Build docs to pdsn/docs/html (instead of html-new)
 * Remove all references to asciidoc
 * Distribute both the source files and built docs + manpages in the
   tarball created with `make dist`
 * Move all manpages to section 1 (closes #1753)
36 files changed:
.travis.yml
Makefile.am
configure.ac
debian/control
m4/pdns_check_mkdocs.m4 [new file with mode: 0644]
m4/pdns_check_pandoc.m4 [new file with mode: 0644]
pdns/Makefile.am
pdns/docs/.gitignore
pdns/docs/Makefile [deleted file]
pdns/docs/Makefile.am [new file with mode: 0644]
pdns/docs/dnsreplay.8 [deleted file]
pdns/docs/dnsscope.8 [deleted file]
pdns/docs/dnstcpbench.1.txt [deleted file]
pdns/docs/dnswasher.8 [deleted file]
pdns/docs/manpages/dnsdist.1.md [moved from pdns/docs/dnsdist.1.txt with 56% similarity]
pdns/docs/manpages/dnsreplay.1.md [new file with mode: 0644]
pdns/docs/manpages/dnsscope.1.md [new file with mode: 0644]
pdns/docs/manpages/dnstcpbench.1.md [new file with mode: 0644]
pdns/docs/manpages/dnswasher.1.md [new file with mode: 0644]
pdns/docs/manpages/pdns_control.1.md [new file with mode: 0644]
pdns/docs/manpages/pdns_recursor.1.md [new file with mode: 0644]
pdns/docs/manpages/pdns_server.1.md [new file with mode: 0644]
pdns/docs/manpages/pdnssec.1.md [new file with mode: 0644]
pdns/docs/manpages/rec_control.1.md [new file with mode: 0644]
pdns/docs/manpages/zone2ldap.1.md [new file with mode: 0644]
pdns/docs/manpages/zone2sql.1.md [new file with mode: 0644]
pdns/docs/markdown/authoritative/dnssec.md
pdns/docs/mkdocs.yml
pdns/docs/pdns_control.8 [deleted file]
pdns/docs/pdns_recursor.1.txt [deleted file]
pdns/docs/pdns_server.8 [deleted file]
pdns/docs/pdnssec.8 [deleted file]
pdns/docs/process-md.sh
pdns/docs/rec_control.1.txt [deleted file]
pdns/docs/zone2ldap.8 [deleted file]
pdns/docs/zone2sql.8 [deleted file]