diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2015-06-26 23:17:01 +0200 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2016-05-07 11:32:17 +0200 |
commit | 8f430594f4452c378de08177be187d1cb5de1cd0 (patch) | |
tree | 91758d0c655d18fcc7d0f80cc8bbb53417e77604 /README--git | |
parent | b3202cecf6a051d726f9af5d080aeb89257b0a98 (diff) | |
download | mcron-8f430594f4452c378de08177be187d1cb5de1cd0.tar.gz mcron-8f430594f4452c378de08177be187d1cb5de1cd0.tar.bz2 mcron-8f430594f4452c378de08177be187d1cb5de1cd0.zip |
build: Fix build of the manual.
* mcron.texinfo.in: Rename to ...
* doc/mcron.texi: ... this.
* doc/config.texi.in: New file.
* configure.ac: Adapt to it.
* makefile.am: Likewise.
* .gitignore: Likewise.
* README--git: Likewise.
Diffstat (limited to 'README--git')
-rw-r--r-- | README--git | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/README--git b/README--git index 43e9890..0b24ded 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, 2016 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 |