]> git.ipfire.org Git - thirdparty/chrony.git/commit
doc: convert manual from Texinfo to AsciiDoc
authorMiroslav Lichvar <mlichvar@redhat.com>
Mon, 7 Mar 2016 09:43:52 +0000 (10:43 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Fri, 11 Mar 2016 16:29:03 +0000 (17:29 +0100)
commit74afffed0c84979fe30cdd119b36390e6b102b06
tree4c90b7a0aab4e96462e5fd5a3ade0148acce4612
parent5828426977672ea02b1adaaed1ab7b9c3a35574b
doc: convert manual from Texinfo to AsciiDoc

Split and convert the manual into four AsciiDoc documents, a document
about installation and three documents in the manpage type for
chrony.conf, chronyd and chronyc. The minimal man pages that were
maintained separately from the manual are replaced by full man pages
generated from AsciiDoc. Info files will no longer be provided.

Some parts of the manual are rewritten, updated or trimmed. The
introduction chapter is partially merged with README. The chapter about
typical operating scenarios is included in the chrony.conf man page.
12 files changed:
Makefile.in
README
chrony.conf.5.in [deleted file]
chrony.texi.in [deleted file]
chronyc.1.in [deleted file]
chronyd.8.in [deleted file]
configure
doc/Makefile.in [new file with mode: 0644]
doc/chrony.conf.adoc [new file with mode: 0644]
doc/chronyc.adoc [new file with mode: 0644]
doc/chronyd.adoc [new file with mode: 0644]
doc/installation.adoc [new file with mode: 0644]