]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
Explain how to build the documentation in the README.
authorThibault Godouet <yo8192@users.noreply.github.com>
Thu, 31 Aug 2023 12:30:55 +0000 (13:30 +0100)
committerThibault Godouet <yo8192@users.noreply.github.com>
Thu, 31 Aug 2023 12:30:55 +0000 (13:30 +0100)
README [deleted file]
README.md [new file with mode: 0644]

diff --git a/README b/README
deleted file mode 100644 (file)
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 (file)
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
+```