[chrony-dev] Documentation patch |
[ Thread Index |
Date Index
| More chrony.tuxfamily.org/chrony-dev Archives
]
- To: chrony-dev@xxxxxxxxxxxxxxxxxxxx
- Subject: [chrony-dev] Documentation patch
- From: Rune Magnussen <rune@xxxxxxxxx>
- Date: Sat, 22 Oct 2016 00:05:59 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=knus.info; s=mail; t=1477087559; bh=bFyO8Jp8AA4ofisBR43Aoq1O9FzwwWnpD6bWqXMtTAY=; h=Date:From:To:Subject; b=q/v52ytsjNWbcGUq43XwOUVPvUJZSvK+NB47EIG0ezAQVqxREbcct51VBFyWUdGQY PuGMfG0FYgCyR7ZAY4qXvjU/8/PV+QTHqhFiLYiwANx1Ejaz9VQoN9Py1Pth54LDW9 DJh4HDZyVIPegCHvNOdvs2Sb12Pq3ouYV+EJmeXQ=
Hi
When trying to install chrony from source, I found out that the README
refered to INSTALL which does not exist. Also asciidoctor is needed
during install. here is a patch to fix the docs.
Regards Rune
diff --git a/README b/README
index 005cba1..af988f0 100644
--- a/README
+++ b/README
@@ -36,7 +36,7 @@ certain system calls and the kernel on your target
system. How do I set it up?
===================
-The file INSTALL gives instructions. On supported systems the
+The file doc/installation.adoc gives instructions. On supported
systems the compilation process should be automatic.
You will need an ANSI C compiler -- gcc is recommended.
diff --git a/doc/installation.adoc b/doc/installation.adoc
index 151674a..6269ddb 100644
--- a/doc/installation.adoc
+++ b/doc/installation.adoc
@@ -97,7 +97,8 @@ superuser, and requires the following command to be
entered. make install
----
-This will install the binaries and man pages.
+This will install the binaries and man pages. The program asciidoctor
is +needed to generate the man pages. Without it, the install fails.
To install the HTML version of the manual, enter the command
--
To unsubscribe email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "unsubscribe" in the subject.
For help email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "help" in the subject.
Trouble? Email listmaster@xxxxxxxxxxxxxxxxxxxx.