From 0e9217a3454b4197379165d0b1087a965b55e1f0 Mon Sep 17 00:00:00 2001 From: Thibault Godouet Date: Thu, 31 Aug 2023 13:30:55 +0100 Subject: [PATCH] Explain how to build the documentation in the README. --- README | 2 -- README.md | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index d502111..0000000 --- a/README +++ /dev/null @@ -1,2 +0,0 @@ -See readme.txt in directory doc/en/txt/ - or readme.html in directory doc/en/HTML/. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..bd235ea --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +See http://fcron.free.fr/ and http://fcron.free.fr/doc/en/. + +Alternatively, if you downloaded fcron as a tarball, see: +* readme.txt in directory doc/en/txt/ +* or readme.html in directory doc/en/HTML/. + +If you cloned the git repo, you first need to build the documentation. +On a Debian based system: +``` +$ sudo apt install -y docbook docbook-xsl docbook-xml docbook-utils manpages-dev +$ autoconf +$ ./configure # optionally, use: --without-sendmail +$ make updatedoc +``` -- 2.47.3