diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2017-09-27 23:10:55 +0200 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2017-09-27 23:10:55 +0200 |
commit | d96ede0b09dc65903cd5e2231e7c37c2445bedd4 (patch) | |
tree | bebf45c1941fd48a6bc9a35a73ab630016056b36 /README--git | |
parent | 3eb1889f89a3be70f46df8d0d99d431dc79d59aa (diff) | |
download | mcron-d96ede0b09dc65903cd5e2231e7c37c2445bedd4.tar.gz mcron-d96ede0b09dc65903cd5e2231e7c37c2445bedd4.tar.bz2 mcron-d96ede0b09dc65903cd5e2231e7c37c2445bedd4.zip |
Revert "Fix build of the manual."
This reverts commit e6a94adeb3384cb883f49ec5a4cc589df6b40d10.
Diffstat (limited to 'README--git')
-rw-r--r-- | README--git | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/README--git b/README--git index 9ebaa0d..43e9890 100644 --- a/README--git +++ b/README--git @@ -1,7 +1,6 @@ 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 @@ -11,9 +10,13 @@ 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) autoreconf -vfi -2) ./configure --prefix={wherever} -3) make install +1) aclocal +2) autoconf +3) automake -a (will error) +4) ./configure (will error) +5) automake -a +6) ./configure --prefix={wherever} +7) make install After that it should just be a simple matter of typing `make install' when you |