AboutSummaryRefsLogTreeCommitDiffStats
path: root/README--git
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@openmailbox.org>2015-06-26 23:17:01 +0200
committerDale Mellor <dale@rdmp.org>2015-07-04 07:00:52 +0100
commite6a94adeb3384cb883f49ec5a4cc589df6b40d10 (patch)
treecd5f1da67dbfe37e918f1393be94e1eb1e56c195 /README--git
parent2039060a1de3cca3aa3e9a1035ce08b430ff5ea6 (diff)
downloadmcron-e6a94adeb3384cb883f49ec5a4cc589df6b40d10.tar.gz
mcron-e6a94adeb3384cb883f49ec5a4cc589df6b40d10.tar.bz2
mcron-e6a94adeb3384cb883f49ec5a4cc589df6b40d10.zip
Fix build of the manual.
Diffstat (limited to 'README--git')
-rw-r--r--README--git11
1 files changed, 4 insertions, 7 deletions
diff --git a/README--git b/README--git
index 43e9890..9ebaa0d 100644
--- a/README--git
+++ b/README--git
@@ -1,6 +1,7 @@
GNU mcron --- README--git -*-text-*-
Copyright (C) 2012, 2014 Dale Mellor
+ Copyright (C) 2015 Mathieu Lirzin
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
@@ -10,13 +11,9 @@ GNU mcron --- README--git -*-text-*-
If you have pulled mcron from the GIT repository, these are the steps you will
need to take to build it the first time:
-1) aclocal
-2) autoconf
-3) automake -a (will error)
-4) ./configure (will error)
-5) automake -a
-6) ./configure --prefix={wherever}
-7) make install
+1) autoreconf -vfi
+2) ./configure --prefix={wherever}
+3) make install
After that it should just be a simple matter of typing `make install' when you